jak-project/test/goalc/source_templates/with_game/test-binteger-print.gc

4 lines
64 B
Common Lisp

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