< Rebol Programming 
      USAGE:
POSITIVE? number
DESCRIPTION:
Returns TRUE if the value is positive.
POSITIVE? is an action value.
ARGUMENTS:
- number -- (Type: number char money time)
SOURCE CODE
positive?: native[
    "Returns TRUE if the value is positive." 
    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.