Rebol Programming/unset
Appearance
USAGE:
[edit | edit source]UNSET word
DESCRIPTION:
[edit | edit source]Unsets the value of a word.
UNSET is a native value.
ARGUMENTS
[edit | edit source]- word -- Word or block of words (Type: word block)
SOURCE CODE
[edit | edit source]unset: native[ "Unsets the value of a word." word [word! block!] "Word or block of words" ]