Rebol Programming/none?

USAGE:

edit
NONE? value 

DESCRIPTION:

edit

Returns TRUE for none values.

NONE? is an action value.

ARGUMENTS:

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

SOURCE CODE

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