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

Next:set-where ( loc defspec -- )


Vocabulary
definitions

Inputs
defspeca definition specifier


Outputs
loca { path line# } pair


Word description
Outputs the location of a definition. If the location is not known, will output f.

Definition

GENERIC: where ( defspec -- loc )


Methods