bldc/tests/test_lambda_0.lisp

5 lines
56 B
Common Lisp

(define f (lambda (x) (+ x 1)))
(check (= (f 78) 79))