Docstring ================================================== bound in a repl thread to the second most recent value printed
Docstring ================================================== bound in a repl thread to the second most recent value printed
(def ^:dynamic
^{:doc "bound in a repl thread to the second most recent value printed"
:added "1.0"}
*2)
"Hello!"
;; => "Hello!"
"Hello World!"
;; => "Hello World!"
[*1 *2]
;; => ["Hello World!" "Hello!"]