< Rebol Programming

USAGE:

VALUE? value 

DESCRIPTION:

Returns TRUE if the word has been set.

VALUE? is a native value.

ARGUMENTS

  • value -- (Type: any)

SOURCE CODE

value?: native[
    "Returns TRUE if the word has been set." 
    value
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.