[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Beginning Lua Programming
- From: roberto@... (Roberto Ierusalimschy)
- Date: Fri, 15 Sep 2006 10:25:34 -0300
> Speaking of which, did you see the following?
>
> http://lua-users.org/lists/lua-l/2006-07/msg00139.html
The comment in "ipairs" should be removed. Unlike pairs, which uses
next, ipairs generate the indices. So there is no "caveats" when
modifying the table during the traversal.
(BTW, I still have in my mailbox other comments about the manual that
I should check.)
-- Roberto