lua-users home
lua-l archive

Re: Some small requests for the next release

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


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.

AltStyle によって変換されたページ (->オリジナル) /