lua-users home
lua-l archive

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


>For example, how could lua traverse a table without function 'next'? 

In Lua 4.0, you can use the 'for' statement instead of 'next'.
--lhf