3 lines
67 B
Common Lisp
3 lines
67 B
Common Lisp
|
|
(defun add-four-complicated (a-number)
|
||
|
|
(eval `(+ 4 ',a-number)))
|