Skip to main content

reset!

functionv1.7

cljs.core/reset!

Available in:BBCLJCLJS
(reset! [a new-value])
Sets the value of atom to newval without regard for the current value. Returns new-value.

No examples yet. Be the first to add one!