number->string
number->string : (num -> string)
purpose:
to convert a number to a string
Intermediate Student Language