bldc/tests/test_partial_0.lisp

6 lines
66 B
Common Lisp

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