Skip to main content

defonce

macrov1.0

clojure.core/defonce

Available in:BBCLJCLJS
(defonce [name expr])
defs name to have the root value of the expr iff the named var has no root value, else expr is unevaluated

No examples yet. Be the first to add one!