bldc/tests/test_lambda_1.lisp

5 lines
58 B
Common Lisp

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