ronin/examples/lambda.lisp
2019-07-20 17:13:40 +02:00

7 lines
38 B
Common Lisp

(
(echo (map '(add 1 2) (4 5 6))
)