RosettaCodeData/Task/Currying/Common-Lisp/currying-2.lisp
2015-02-20 09:02:09 -05:00

3 lines
32 B
Common Lisp

(funcall (curry #'+ 10) 10)
20