lua-users home
lua-l archive

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


> What happens when you modify a table while iterating over it?

It's ok to set existing fields to nil but not ok to create new keys.
--lhf