[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Iteration
- From: "Aaron Brown" <aaron-lua@...>
- Date: Thu, 19 May 2005 13:07:15 -0400
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