[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:29:56 -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.
Actually, it was removed already. (e.g., the printed version is correct.)
-- Roberto