To return the absolute value of the expression n.
ABS(n)
n must be a numeric expression.
PRINT ABS(7*(-5)) 35
Prints 35 as the result of the action.