mirror of
https://github.com/open-goal/jak-project
synced 2026-08-16 05:09:45 -04:00
4 lines
75 B
Common Lisp
4 lines
75 B
Common Lisp
(define format _format)
|
|
|
|
(format #t "~A~A~%" (pair? '()) (pair? integer))
|
|
0 |