flushable? ( word -- ? ) - Factor Documentation

flushable? ( word -- ? )


Vocabulary
words

Inputs
word an object


Outputs
? an object


Definition
IN: words

GENERIC: flushable? ( word -- ? )


Methods
USING: classes kernel words ;

M: predicate flushable? drop t ;


USING: kernel words ;

M: word flushable?
[ "flushable" word-prop ]
[ parent-word dup [ flushable? ] when ] bi or ;

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