Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#253
functions-7
Difficulty:
Basic
Topics:
functions
Functions can also take other functions as input
(= 20 ((fn [f] (f 4 5)) __))
Code which fills in the blank:
Run