varbinding=> symbol init-expr Executes the exprs in a context in w
(defn var-get "Gets the value in the var object" {:added "1.0" :static true} [^clojure.lang.Var x] (. x (get)))
Comments top
No comments for var-get. Log in to add a comment.