bldc/tests/test_lambda_0.lisp

5 lines
48 B
Common Lisp

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