Abs

Description
Returns the absolute value of a number.
Tags
Functions
Type
#
Syntax
abs(number)
Example
abs(-3) == 3
Template Example