Function ABS

abs(v)
The function returns the absolute value of a number. Example:
a = abs(-10) ' it is 10

See also: