lua-users home
lua-l archive

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



On 30 September 2013 23:51, Paul K <paulclinger@yahoo.com> wrote:
next(t, #t) returns the first key in the hash part (if any).

Does it?
What does the length operator return for a table which has no array part or has holes?

When I was doing this I did use next in C[1]

[1] Something like https://gist.github.com/aDevilInMe/6771819
--Liam