4 lines
32 B
Common Lisp
4 lines
32 B
Common Lisp
|
|
(funcall (curry #'+ 10) 10)
|
||
|
|
|
||
|
|
20
|