lua-users home
lua-l archive

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


In Section "What is the difference between pairs and ipairs?", mixed up:

"ipairs(t) gives a general iterator over all the keys and values in a
table, numerical or not, and in no particular order; pairs(t) goes
over the array part, in order."