I'm at the Clojure REPL and I enter a value
user=> [:a :b :c]
[:a :b :c]
How can I refer to that value in a later expression?
*1 for the last result*2 for the one before *1*3 (can't go back further)For example:
user=> [:a :b :c]
[:a :b :c]
user=> (count *1)
3
See https://clojure.org/guides/repl/data_visualization_at_the_repl#_accessing_recent_results_1_2_3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With