mirror of
https://github.com/open-goal/jak-project
synced 2026-06-10 20:59:11 -04:00
5 lines
125 B
Common Lisp
5 lines
125 B
Common Lisp
|
|
(define-extern inspect (function object object))
|
|
(inspect "this is a string")
|
|
(define x "this is also a string")
|
|
(inspect x) |