Value = Abs ( Number )
Computes the absolute value of a number.
Example :
PRINT Abs(-2) => 2 PRINT Abs(0) => 0