Files
jak-project/test/goalc/source_templates/strings/string-constant-1.static.gc
T
2020-10-08 00:05:01 -04:00

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)