issues
search
technoblogy
/
ulisp-arm
A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
106
stars
30
forks
source link
Incorrect result when 'or' has a quoted argument
#9
Closed
technoblogy
closed
5 years ago
technoblogy
commented
5 years ago
Demonstration:
> (or 'a 'b) Error: 'a' undefined
Demonstration: