RosettaCodeData/Task/Runtime-evaluation/Common-Lisp/runtime-evaluation-2.lisp
2023-07-01 13:44:08 -04:00

2 lines
67 B
Common Lisp

(defun add-four-complicated (a-number)
(eval `(+ 4 ',a-number)))