remove-word-prop ( word name -- )


Vocabulary
words

Inputs
worda word
namea 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