jak-project/goal_src/test/test-float-in-symbol.gc
water111 c7c342ce7e
Add defmethod and some uses of the deref operator (#51)
* add tests for various xmms

* use unaligned stores and loads to back up and restore xmm128s and also fix argument spilling bug

* add deftype

* add deref and fix some method _type_ things
2020-09-18 22:02:27 -04:00

2 lines
60 B
Common Lisp

(define float-symbol 2345.6)
(format #t "~f~%" float-symbol)