bldc/tests/test_lambda_3.lisp

5 lines
52 B
Common Lisp

(define f (lambda (x y z) y))
(= (f 10 11 12) 11)