#local i=0;
#while (i<1)
#debug concat(str(i,0,2),"\n")
#local i=i+0.1;
#end
gives
0.00
0.10
0.20
0.30
0.40
0.50
0.60
0.70
0.80
0.90
1.00
is the1.00 normal ???
if we change i=i+0.1 into i=i+0.2 it stops at 0.8
povray3.5b6 win2000 Athlon 900MHz 256MB
M
Post a reply to this message
|