reset ( word -- ) - Factor Documentation

reset ( word -- )


Vocabulary
tools .annotations

Inputs
word a word


Outputs
None

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 ;

AltStyle によって変換されたページ (->オリジナル) /