2 lines
46 B
Clojure
2 lines
46 B
Clojure
(def ^:dynamic foo 10)
|
|
(binding [foo 20] ...)
|
(def ^:dynamic foo 10)
|
|
(binding [foo 20] ...)
|