Allow DO / DO* to take bare symbols as vars.
[jscl.git] / tests / eval.lisp
1 (test (= (eval '(+ 1 2)) 3))