mirror of
https://github.com/open-goal/jak-project
synced 2026-09-04 18:51:29 -04:00
4 lines
177 B
Common Lisp
4 lines
177 B
Common Lisp
(format #t "~A~A~%" (eq? (-> process method-table 2) (method process print))
|
|
(eq? (-> string method-table 3) (method "test" inspect))
|
|
)
|
|
0 |