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