[REBOL] Freeing memory
From: dankelg8::cs::man::ac::uk at: 1-May-2001 15:15
Hi, if I create a block like this:>> a: make block! 100000the memory usage of REBOL increases. If I do>> unset 'athere should be no references to the block. However, the memory is not released. How can I get the memory back? Gisle







