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 CODEEdit

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