Returns the absolute positive value of a number.
Syntax:
ABS(number)
Example:
ABS(-10)
returns the number 10.
10