Erase Variable

erase, delete, clear

Command

(erase variablename)

variablename (String): Name of the variable to erase from the console.

Erases a variable from the console, meaning the element referenced by the given name will no longer be accessable from that variable name. This does not necessarily erase the actual element referenced, if that element was also referenced from a different variable name which has not been erased.

Guide index