Main Page
Problem List
Top Users
Help
REPL
Docs
Login
Register
#248
functions-2
Difficulty:
Basic
Topics:
functions
But they can also be defined inline
(= __ ((fn [n] (* 5 n)) 2))
Code which fills in the blank:
Run