RosettaCodeData/Task/Memory-allocation/Icon/memory-allocation.icon
2023-07-01 13:44:08 -04:00

3 lines
145 B
Text

t := table() # The table's memory is allocated
#... do things with t
t := &null # The table's memory can be reclaimed