technoblogy / ulisp

A version of the Lisp programming language for ATmega-based Arduino boards.

Home Page:http://www.ulisp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error reading some character constants

technoblogy opened this issue · comments

These three:

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

Thanks Aeneas.