mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 21:35:47 -04:00
6 lines
202 B
Common Lisp
6 lines
202 B
Common Lisp
(define format _format)
|
|
|
|
(format #t "~A~A~%" (eq? (-> process method-table 2) (method process print))
|
|
(eq? (-> string method-table 3) (method "test" inspect))
|
|
)
|
|
0 |