Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#250
functions-4
Difficulty:
Basic
Topics:
functions
Even anonymous functions may take multiple arguments
(= __ (#(+ %1 %2 %3) 4 5 6))
Code which fills in the blank:
Run