lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Anyway my question is: why this two iterators are different?
> 
> for x=0.0, 1.0, 0.1 do
> for x=1.0, 2.0, 0.1 do

Try both with increments of 0.125 instead.