user=> "Hello!" "Hello!" user=> "Hello World!" "Hello World!" user=> [*1 *2] ["Hello World!" "Hello!"]
bound in a repl thread to the most recent value printed
bound in a repl thread to the third most recent value printed
(def ^{:doc "bound in a repl thread to the second most recent value printed" :added "1.0"} *2)
Comments top
No comments for *2. Log in to add a comment.