Abs ( n )
Returns the absolute value of a number.
Example:
Abs
(
-4
)
This will return 4.