lua-users home
lua-l archive

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


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?