;extend existing dictionary by using it as a function with two arguments > ({:a 1, :b 2, :c 3} :b 3) {:a 1, :b 3, :c 3}