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]
      
      Last modified on 31 October 2012, at 15:32