[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is Lua the next big thing?
- From: Mike Pall <mikelu-0703@...>
- Date: Thu, 15 Mar 2007 13:24:23 +0100
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