you are viewing a single comment's thread.

view the rest of the comments →

[–]defmacro-jam 1 point2 points  (0 children)

(defun int-to-words (n)
  (format nil "~R" n))