[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Strange behavior with for loop
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 8 May 2016 16:19:44 -0300
> Is there a workaround ?
for i=-0.5,0.5+0.2/2,0.2 do
print(i)
end
or
for i=-5,5,2 do
print(i/10)
end