#250
functions-4
 

Difficulty:Basic
Topics:functions


Even anonymous functions may take multiple arguments
test not run
(= __ (#(+ %1 %2 %3) 4 5 6))


Code which fills in the blank: