RosettaCodeData/Task/Number-names/Clojure/number-names.clj

3 lines
84 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(clojure.pprint/cl-format nil "~R" 1234)
=> "one thousand, two hundred thirty-four"