technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

Error reading some character constants #21

Closed technoblogy closed 4 years ago

technoblogy commented 4 years ago

These three:

(print #\()
(print #\))
(print #\ )

Thanks Aeneas.