Files
2020-10-09 13:23:41 -04:00

4 lines
58 B
Common Lisp

(define format _format)
(format #t "~A~%" (cons 'a 'b))
0