Closed pschachte closed 7 months ago
!println "the answer is $(66.6/1.8)" prints: the answer is 36.: when it should print: the answer is 37.0 (note that : is the next character after 9). This is a bug in the definition of float:fmt.
the answer is 36.:
the answer is 37.0
Fixed by #453
!println "the answer is $(66.6/1.8)" prints:
the answer is 36.:
when it should print:the answer is 37.0
(note that : is the next character after 9). This is a bug in the definition of float:fmt.