< Rebol Programming

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]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.