bldc/tests/test_lambda_4.lisp

5 lines
52 B
Common Lisp

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