[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Tables
- From: "Josh Jensen" <joshj@...>
- Date: Tue, 9 Oct 2001 10:47:51 -0700
> What happens to a table when I set the variable to nil.
>
> [LUA]
> Rain={x=5, y=30, z=0}
> Rain=nil
The previous contents of Rain will be garbage collected.
Josh