lua-users home
lua-l archive

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


2010/5/26 spir ☣ <denis.spir@gmail.com>:
>   for i in Interval(start,stop,step) do ... end
>

I'm not sure how this is different from my proposed "for i in start,
stop, step do ... end", except that it's an iterator in pure Lua. It
does look pretty useful though.

~Jonathan