REBOL Programming/unset

< REBOL Programming

USAGE:

UNSET word 

DESCRIPTION:

Unsets the value of a word.

UNSET is a native value.

ARGUMENTS

SOURCE CODE

unset: native[
    "Unsets the value of a word." 
    word [word! block!] "Word or block of words"
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.