Rebol Programming/value?
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
]VALUE? value
Returns TRUE if the word has been set.
VALUE? is a native value.
value?: native[
"Returns TRUE if the word has been set."
value
]