Syntax: ABS(integer)Defn: A CI evaluator function that returns the absolute value of an integer.Type: IntegerExample: abs(-4)Result: 4