Rebol Programming/unset?

USAGE:

edit
UNSET? value 

DESCRIPTION:

edit

Returns TRUE for unset values.

UNSET? is an action value.

ARGUMENTS

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
unset?: native["Returns TRUE for unset values." value [any-type!] 1]