jak-project/test/goalc/source_templates/collections/pair-check.static.gc
2020-10-08 00:05:01 -04:00

2 lines
50 B
Common Lisp

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