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