
[;1m  integer_to_list(Integer)[0m

  Returns a string corresponding to the text representation of [;;4m[0m
  [;;4mInteger[0m.

  For example:

    > integer_to_list(77).
    "77"
