Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 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
Back to Main Index