mirror of
https://github.com/open-goal/jak-project
synced 2026-06-27 02:45:14 -04:00
27f0a7ca44
* refactor tests and analysis passes * identity test working * combine test categories with only a few cases * more fixes
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) |