In Common Lisp, I am writing a console application. I have finished most of the code, but the two critical parts still confuse me.
Secondly, I tried:
(print (code-char 69))
What is displayed:
But I just want it to display plain:
E
First off, Iβm out of luck.
If this helps, I run clisp on Linux and OS X. Thanks!
source
share