bldc/tests/test_partial_3.lisp

6 lines
86 B
Common Lisp

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