4d6d7801c53d8388a49d83f92288bf4fbac58210
[jscl.git] / tests / eval.lisp
1 (print "testing")
2 (print (eval '(+ 1 3)))
3 (test (= (eval '(+ 1 2)) 3))