Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Lisp
common lisp map number to word
mf_ham
Programming language:
Lisp
2021-01-31 23:47:24
-1
Q:
common lisp map number to word
CynicallyNaive
Code:
Lisp
2021-01-31 23:49:26
(
defun
translate-number (
num
) (
case
num (
1
"ONE"
) (
2
"FOO"
)))
-1
Tags
number
map
word
Related
for loop in common lisp
New to Communities?
Join the community