mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 09:48:00 -04:00
27b865c0df
* method calls and sorting * add more tests and fix some alias stuff
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 |