jak-project/goal_src/test/test-mlet.gc
2020-09-13 17:34:02 -04:00

8 lines
73 B
Common Lisp

(defglobalconstant c1 3)
(+ c1 (mlet ((c1 4))
c1
)
c1
)