lua-users home
lua-l archive

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


> Another detail:  does this mean we can reassign the loop var in future 
> Lua?  ("for c", then "c=")

No. It only means I wrote it wrong :)

-- Roberto