ODD

Generated from C.70.00 /SYS/PUB/CICAT last modified on Mon Feb 16 17:55:04 2004


Syntax:     ODD(integer)

Defn:       A CI evaluator function that determines whether or not
            an integer is odd.

Type:       Boolean

Example:    odd(233)
Result:     TRUE
Example:    odd(-2)
Result:     FALSE