
[;1m  abs(Number)[0m

  Returns an integer or float that is the arithmetical absolute
  value of [;;4mFloat[0m or [;;4mInt[0m.

  For example:

    > abs(-3.33).
    3.33
    > abs(-3).
    3
