lua-users home
lua-l archive

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


> Now, suppose you write this code:
>
> Inc = -1
> for i = 10, 1, lnc do print(i) end
>
> Currently this raises an error. With the new format, it will silently
> skip the loop.

It only generates an error in 5.1 by the way (which I never noticed
before) but it seems to work in 5.2.