ODD

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


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

Back to Main Index