Skip to main content
Home
Docs
Courses
Workshops
Jobs
Podcast
Sign in
Docs
Reference
ClojureScript
cljs.core
var
var
special-form
v1.7
cljs.core/var
Available in:
CLJ
CLJS
(
var
[
symbol
]
)
The symbol must resolve to a var, and the Var object itself (not its value) is returned. The reader macro #'x expands to (var x).
Examples
Sign in to contribute
Code
Platforms
Clojure
ClojureScript
Babashka
Submit
Cancel
No examples yet. Be the first to add one!
Categories
Special Forms › Core
See Also
.
catch
def
def
def
do
finally
if
js*
new
← vals
var? →
All
⌘1
Clojure
⌘2
ClojureScript
⌘3
Babashka
⌘4