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

Incorrect result when 'or' has a quoted argument

technoblogy opened this issue · comments

Demonstration:

> (or 'a 'b)
Error: 'a' undefined