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

3 lines
65 B
Common Lisp
Raw Permalink Normal View History

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