< Rebol Programming

USAGE:

ZERO? number 

DESCRIPTION:

Returns TRUE if the number is zero.

ZERO? is an action value.

ARGUMENTS

  • number -- (Type: number pair char money time tuple)

SOURCE CODE

zero?: native[
    "Returns TRUE if the number is zero." 
    number [number! pair! char! money! time! tuple!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.