bldc/tests/test_partial_3.lisp

6 lines
78 B
Common Lisp

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