#242
maps-11
 

Difficulty:Basic
Topics:maps


Maps are immutable, but you can create a new and improved version
test not run
(= {1 "January", 2 __} (assoc {1 "January"} 2 "February"))


Code which fills in the blank: