Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   ODD? number

DESCRIPTION

Returns TRUE if the number is odd.

ODD? is an action value.

ARGUMENTS

  • number (number! char! date! money! time! pair!)

#SOURCE

odd?: make action! [  [
    "Returns TRUE if the number is odd."
    number [number! char! date! money! time! pair!]
] ]
Clone this wiki locally