chickadee
»
fmt
»
num/comma
Identifier search
(num/comma <n> [<base> <precision> <sign>])
procedure
Shortcut for
num
to print with commas.
(
fmt #f
(
num/comma 1234567
)
)
=>
"1,234,567"