reset ( word -- )


Vocabulary
tools.annotations

Inputs and outputs
worda word


Word description
Resets any annotations on a word.

Notes
This word will remove a watch.

See also
watch, watch-vars

Definition
USING: compiler.units tools.annotations.private ;

IN: tools.annotations

: reset ( word -- ) [ (reset) ] with-compilation-unit ;