Handbook
Glossary
save-location ( definition -- )
Vocabulary
parser
Inputs
definition
a definition specifier
Outputs
None
Word description
Saves the location of a definition and associates this definition with the current source file.
See also
last-word
,
set-last-word
Definition
USING:
compiler.units
;
IN:
parser
:
save-location
( definition -- )
location
remember-definition
;