lua-users home
lua-l archive

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


> I did give an example of # usage that is not strict linear array:
> http://lua-users.org/lists/lua-l/2010-05/msg00401.html
> Maybe not the best use case, but still very handy !

Also in that case lowest # might be preferable for reusing job ids
than any #. Right now depending on Lua internals, it might as well for
ever increase, as the largest k is always a valid result as well.