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

3 lines
84 B
Clojure
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
(clojure.pprint/cl-format nil "~R" 1234)
=> "one thousand, two hundred thirty-four"