mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -04:00
27f0a7ca44
* refactor tests and analysis passes * identity test working * combine test categories with only a few cases * more fixes
4 lines
85 B
Common Lisp
4 lines
85 B
Common Lisp
(define format _format)
|
|
|
|
(define float-symbol 2345.6)
|
|
(format #t "~f~%" float-symbol) |