Skip to content
angerangel edited this page Mar 20, 2013 · 1 revision

USAGE

   UNSET word

DESCRIPTION

Unsets the value of a word (in its current context.)

UNSET is a native value.

ARGUMENTS

  • word -- Word or block of words (word! block!)

#SOURCE

unset: make native! [  [
    {Unsets the value of a word (in its current context.)}
    word [word! block!] "Word or block of words"
] ]

Clone this wiki locally