#10
Maps
 

Difficulty:Elementary
Topics:


Maps store key-value pairs. Both maps and keywords can be used as lookup functions. Commas are whitespace.
test not run
(= __ ((hash-map :a 10, :b 20, :c 30) :b))
test not run
(= __ (:b {:a 10, :b 20, :c 30}))


Code which fills in the blank: