RosettaCodeData/Task/Currying/Common-Lisp/currying-2.lisp
2023-07-01 13:44:08 -04:00

3 lines
32 B
Common Lisp

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