jak-project/goal_src/test/test-defglobalconstant-1.gc

5 lines
120 B
Plaintext
Raw Normal View History

2020-09-07 19:17:48 -04:00
(defglobalconstant my-constant 12)
(defglobalconstant my-constant 17)
(defglobalconstant not-my-consant 13)
my-constant