Merge branch 'print' of https://github.com/6502/jscl into 6502-print
[jscl.git] / tests / eval.lisp
1 (test (= (eval '(+ 1 2)) 3))