Hi, I'm experiencing what looks like a bug, in a simple for loop:
IDL> for i=0.,1.9 do print,i
0.00000
1.00000
2.00000
I see this in IDL 8.2.2 and 8.1, but not in versions before. Can anybody confirm whether this is a bug, intended behaviour or something else?
|