Rebol Programming/unset?
USAGE:
UNSET? value
DESCRIPTION:
Returns TRUE for unset values.
UNSET? is an action value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
unset?: native["Returns TRUE for unset values." value [any-type!] 1]
UNSET? value
Returns TRUE for unset values.
UNSET? is an action value.
unset?: native["Returns TRUE for unset values." value [any-type!] 1]