====== <#abs> ====== Return the absolute value of integer, int64 or float value given in the parameter "value". So, for the value "-45" it will return "45". ==== Parameters ==== ^ Name ^ Mandatory ^ Description ^ | value | Yes | The value to return its absolute value. | ==== Example ==== <#abs value="-3"> The above example will output (for exemple): 3