jak-project/test/goalc/source_templates/collections/pair-check.static.gc

4 lines
75 B
Common Lisp

(define format _format)
(format #t "~A~A~%" (pair? '()) (pair? integer))
0