bldc/tests/test_lambda_1.lisp

5 lines
50 B
Common Lisp

(define f (lambda (x y) (+ x y)))
(= (f 2 3) 5)