Re: pairs() instead of ipairs() in Lua 5.2
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: pairs() instead of ipairs() in Lua 5.2
- From: Florian Weimer <fw@...>
- Date: 2010年5月23日 09:13:24 +0200
* Stuart P. Bentley:
> Isn't this what 'n' in 5.0 was?
Oh, maybe, I never used 5.0, so I don't know. However, there's a
difference: it's a separate table attribute, so it doesn't clash with
any table field.