RosettaCodeData/Task/Memory-allocation/Icon/memory-allocation.icon

4 lines
145 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
t := table() # The table's memory is allocated
#... do things with t
t := &null # The table's memory can be reclaimed