object deallocation
- Posted by noah smith <nhs6080 at UNIX.TAMU.EDU> Oct 20, 1998
- 647 views
if i have object a = {{{3, "foo"}, 19.876},{4, "nice"},5, "rat", 9.7}, and i wanted to completely "deallocate" all the assignments, so that i could change it's structure completely...like to say a = {4}, how could i do that? or does it happen automatically? thx snortboy