Public Vars

Back

push-binding (clj)

(source)

function

(push-binding key value)
Sets the binding 'key' to value. This operation can be undone via pop-bindings. Bindings are stored in the state hashmap.

Examples