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.

(BTW, I still have in my mailbox other comments about the manual that
I should check.)

-- Roberto