REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Unsets the value of a word.
Arguments:
word [word! block!] - Word or block of words
See also:
Using UNSET, the word's current value will be lost. If a block is specified, all the words within the block will be unset.
test: "a value"
unset 'test
print value? 'test
false
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |