RosettaCodeData/Task/Number-names/Common-Lisp/number-names.lisp
2023-07-01 13:44:08 -04:00

2 lines
65 B
Common Lisp

(format nil "~R" 1234)
=> "one thousand two hundred thirty-four"