Re: Is Lua the next big thing?
[
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: 2007年3月15日 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