(defn reset-inspector [] (dosync (ref-set *inspectee* nil) (ref-set *inspectee-content* nil) (ref-set *inspectee-parts* []) (ref-set *inspectee-actions* []) (ref-set *inspector-stack* nil) (ref-set *inspector-history* [])))
Comments top
No comments for reset-inspector. Log in to add a comment.