jak-project/goal_src/test/test-mlet.gc

8 lines
73 B
Common Lisp
Raw Normal View History

2020-09-13 17:34:02 -04:00
(defglobalconstant c1 3)
(+ c1 (mlet ((c1 4))
c1
)
c1
)