bldc/tests/test_partial_0.lisp

6 lines
74 B
Common Lisp

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