lua-users home
lua-l archive

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


No, you should't make that assumption. It may be true for some implementations, and then possibly only if they were created in the exact same way.

On Sun, Jan 15, 2012 at 9:58 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
If A and B are tables with exactly the same set of keys,
must`next(A,k)` and `next(B,k)` always give the same first return
value?