ClojureDocs

Nav

Namespaces

*2

clojure.core

Available since 1.0 (source)
    bound in a repl thread to the second most recent value printed
    1 Example
    user=> "Hello!"
    "Hello!"
    
    user=> "Hello World!"
    "Hello World!"
    
    user=> [*1 *2]
    ["Hello World!" "Hello!"]
    
    See Also

    bound in a repl thread to the most recent value printed

    Added by Havvy

    bound in a repl thread to the third most recent value printed

    Added by Havvy
    0 Notes
    No notes for *2