lua-users home
lua-l archive

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


----- Original Message -----
From: Mike Pall
Date: 1/8/2010 10:34 AM
Remember the complaints when "for i in table do" was deactivated
in Lua 5.1, even though it was already deprecated in Lua 5.0?
I still complain about it. Writing ipairs(table) and pairs(table) everywhere feels completely unnatural for what is generally a clean language.

Josh