Fix symbol name dumping
[jscl.git] / tests / eval.lisp
1 (print "testing")
2 (print (eval '(+ 1 3)))
3 (test (= (eval '(+ 1 2)) 3))