Files
jak-project/test/goalc/source_templates/with_game/test-binteger-print.gc
T
2020-10-09 13:23:41 -04:00

4 lines
64 B
Common Lisp

(define format _format)
(format #t "~A~%" (the binteger -17))
0