number Abs(number value)
Calculates the absolute (positive) of the given number and returns it.
Abs(100) // returns 100 Abs(-100) // returns 100