lua-users home
lua-l archive

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


Josh wrote:

> And after checking the manual again, it seems to me that
> ipairs would be the same as pairs on a table consisting
> purely of array entries.  Is that true, or am I missing
> something?

The manual says (in the documentation for "next"):

# The order in which the indices are enumerated is not
# specified, even for numeric indices. 

-- 
Aaron