ronin/examples/lambda.lisp
2019-07-20 16:52:50 +02:00

7 lines
41 B
Common Lisp

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