bldc/tests/test_hof_1.lisp

3 lines
61 B
Common Lisp

(let ((f (lambda () (lambda (x) (+ x 1)))))
(= ((f) 1) 2))