Skip to main content

var

special-formv1.7

cljs.core/var

Available in:CLJCLJS
(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).

No examples yet. Be the first to add one!