Abs
This function returns the absolute value of a specified number.
Syntax
abs(number)
Examples
# Computes the absolute value of a computed value
RESULT=abs(-15*3)
Comments
The type of result is the same as the type of the arguments (Integer, Double, Decimal).