Syntax: ODD(integer)Defn: A CI evaluator function that determines whether or not an integer is odd.Type: BooleanExample: odd(233)Result: TRUEExample: odd(-2)Result: FALSE