(itoa integer)
Convert that integer into ASCII.
This function converts the integerinto a string. When integer is a real number, LISP complains, "Error: bad argument type."
Examples
| Code | Returns |
|---|---|
| (itoa 3) | "3" |
| (itoa -66) | "-66" |
Convert that integer into ASCII.
This function converts the integerinto a string. When integer is a real number, LISP complains, "Error: bad argument type."
Examples
| Code | Returns |
|---|---|
| (itoa 3) | "3" |
| (itoa -66) | "-66" |