lua-users home
lua-l archive

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


Hi,

Philippe Lhoste wrote:
> I had to write a small function to test if a table is empty. Did I miss 
> something more straightforward?

next(t) == nil

Bye,
     Mike