Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
reset-props ( word seq -- )
Vocabulary
words
Inputs and outputs
word
a
word
seq
a sequence of word property names
Word description
Removes all listed word properties from the word.
Side effects
Modifies
word
Definition
USING:
kernel
sequences
;
IN:
words
:
reset-props
( word seq -- )
[
remove-word-prop
]
with
each
;