forget ( defspec -- )
Factor handbook » The implementation » Definitions » Definition protocol

Prev:set-where ( loc defspec -- )
Next:definer ( defspec -- start end )


Vocabulary
definitions

Inputs
defspeca definition specifier


Outputs
None

Word description
Forgets about a definition. For example, if it is a word, it will be removed from its vocabulary.

Notes
This word must be called from inside with-compilation-unit.

See also
FORGET:, forget*, forget-vocab

Definition