Names to numbers: Difference between revisions

→‎{{header|Common Lisp}}: appears to do the opposite of what is required
(→‎{{header|Common Lisp}}: appears to do the opposite of what is required)
Line 105:
 
=={{header|Common Lisp}}==
{{incorrect|Common Lisp|This appears to be a repeat of [[Number_names#Common_Lisp|Number names]] which does the opposite of what is required here.}}
Just use the R directive of the format macro. There is no limit when it comes to the size of the integers.
<lang Lisp>(format t "~R" 123456789)
Anonymous user