WIP: Strings as array of characters implementation
[jscl.git] / tests / eval.lisp
index 9a0e50c..4d6d780 100644 (file)
@@ -1 +1,3 @@
+(print "testing")
+(print (eval '(+ 1 3)))
 (test (= (eval '(+ 1 2)) 3))