ABS


 
SYNTAX:
 
FUNCTION ABS ( V:NUMBER ) : NUMBER;
The abs function returns the absolute value of a number.
 
Parameters :
V is a number.