(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"

Tell me about...

(ascii string)

(atoi string)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language