Files
jak-project/test/goalc/source_templates/strings/format-reg-order.static.gc
T
2020-10-08 00:05:01 -04:00

4 lines
77 B
Common Lisp

(define format _format)
(format #t "test ~D ~D ~D ~D ~D ~D~%" 1 2 3 4 5 6)
0