Rebol Programming/none?

USAGE:

NONE? value 

DESCRIPTION:

Returns TRUE for none values.

NONE? is an action value.

ARGUMENTS:

  • value -- (Type: any-type)

SOURCE CODE

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