mf_ham
-1
Q:

common lisp map number to word

(defun translate-number (num)
   (case num
     (1 "ONE")
     (2 "FOO")))
-1

New to Communities?

Join the community