Code segment unload: Difference between revisions

(PARI and gp)
Line 27:
 
This is simpler in gp -- just <code>kill</code> the function (or set it to 0, not quite the same but will also cause the memory to be collected).
 
=={{header|Python}}==
The [https://docs.python.org/3.4/reference/simple_stmts.html?highlight=del#grammar-token-del_stmt del] statement can make objects (both code and data), available for reuse.
 
=={{header|Racket}}==
Anonymous user