lua-users home
lua-l archive

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


> > 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