|
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