[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tables
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 9 Oct 2001 14:32:39 -0300
>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