mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 18:14:34 -04:00
8 lines
73 B
Common Lisp
8 lines
73 B
Common Lisp
(defglobalconstant c1 3)
|
|
|
|
(+ c1 (mlet ((c1 4))
|
|
c1
|
|
)
|
|
c1
|
|
)
|