lua-users home
lua-l archive

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


On Thu, Dec 6, 2012 at 6:56 PM, Wolfgang Pupp <wolfgang.pupp@gmail.com> wrote:
> It'd be like giving the language a concept of "traversing a table". By
> default, this traversal would behave like pairs (the *only* sensible
> choice).

Lua 4.0 was like that.

Lua 5.0 removed the magic, making it smaller and more flexible.

--
Javier