Re: Some small requests for the next release
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Some small requests for the next release
- From: Ben Sunshine-Hill <sneftel@...>
- Date: 2005年2月24日 10:35:52 -0800
On 2005年2月24日 18:24:38 -0000, crow <crow_64a@blueyonder.co.uk> wrote:
> Mike Pall <mikelu-0502@mike.de> wrote:
> >if next(t) == nil then ... end
> Even so, I think they will only work till the next nil element in the table
Tables have no nil values, only "missing" values. next(t) only ever
returns nil at the end of a table.