RosettaCodeData/Task/Number-names/Clojure/number-names.clj
2023-07-01 13:44:08 -04:00

2 lines
84 B
Clojure

(clojure.pprint/cl-format nil "~R" 1234)
=> "one thousand, two hundred thirty-four"