ClojureDocs

Nav

Namespaces

*1

clojure.core

Available since 1.0 (source)
    bound in a repl thread to the most recent value printed
    1 Example
    "Hello!"
    ;;=> "Hello!"
    
    *1
    ;;=> "Hello!"
    
    See Also

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

    Added by hoornet

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

    Added by hoornet
    0 Notes
    No notes for *1