Returns the conversion of an integer into a string
(itoa int)
Arguments
An integer.
Return Values
A string derived from int.
Examples
Command: (itoa 33)
"33"
Command: (itoa -17)
"-17"
The atoi function.