bldc/tests/test_partial_1.lisp

4 lines
66 B
Common Lisp

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