Files
jak-project/goal_src/test/test-binteger-print.gc
T
water111 2d11e44eaf Compiler Cleanup and Documentation (#54)
* start cleanup

* fix typos

* fix syntax highlighting in doc

* lots of documentation updates

* clean and add tests

* more documentation and more error messages

* more document and try building kernel differently
2020-09-24 17:19:23 -04:00

2 lines
39 B
Common Lisp

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