unset

undefine given symbol, if already defined


Parameters

unset symbol :string :literal

Returns

  • :nothing

Examples

copy
a: 2 print a ; 2 unset 'a print a ; will throw an error

Related