(reset) ( word -- ) - Factor Documentation

(reset) ( word -- )


Vocabulary
tools .annotations .private

Inputs
word an object


Outputs
None

Definition
IN: tools.annotations.private

GENERIC: (reset) ( word -- )


Methods
USING: generic sequences tools.annotations.private words ;

M: generic (reset) subwords [ (reset) ] each ;


USING: kernel tools.annotations.private words ;

M: word (reset)
dup "unannotated-def" word-prop
[ dupd define "unannotated-def" remove-word-prop ] [ drop ]
if* ;

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