RosettaCodeData/Task/Number-names/Common-Lisp/number-names.lisp

3 lines
65 B
Common Lisp
Raw Permalink Normal View History

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