lua-users home
lua-l archive

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


>What happens to a table when I set the variable to nil. 

The table stays around until the next GC cycle, when it will be freed if
no other variable points to it.
--lhf