< Rebol Programming

USAGE:

NEGATIVE? number 

DESCRIPTION:

Returns TRUE if the number is negative.

NEGATIVE? is an action value.

ARGUMENTS:

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

SOURCE CODE

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