Abs
Calculates the absolute (positive) of the given number and returns it.
Example:
(Abs 100) ; returns 100 (Abs -100) ; returns 100