remove-word-prop ( word name -- ) - Factor Documentation

remove-word-prop ( word name -- )


Vocabulary
words

Inputs
word a word
name a property name


Outputs
None

Word description
Removes a word property, so future lookups will output f until it is set again. Word property names are conventionally strings.

Side effects
Modifies word

Definition
USING: accessors assocs kernel ;

IN: words

: remove-word-prop ( word name -- ) swap props>> delete-at ;

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