bldc/tests/test_partial_2.lisp

4 lines
76 B
Common Lisp

(define f (lambda (x y z w) (+ x y z w)))
(check (= ((((f 1) 2) 3) 4) 10))