set-where ( loc defspec -- )
Factor handbook » The implementation » Definitions » Definition protocol

Prev:where ( defspec -- loc )
Next:forget ( defspec -- )


Vocabulary
definitions

Inputs
loca { path line# } pair
defspeca definition specifier


Outputs
None

Word description
Sets the definition's location.

Notes
This word is used by the parser.

Definition

GENERIC: set-where ( loc defspec -- )


Methods