Clamps Dictionary
add-ctl-watch
Macro
(add-ctl-watch unwatch &rest forms)
like add-watch, but adding a binding for x to (get-val ref) for each watched form.
Arguments
unwatch |
The unwatch list to push the unwatch functions of forms onto. |
forms |
Watch forms containing a reference to x at some place. |