Handbook
Glossary
ambiguous-use-error
Factor handbook
»
The language
»
Syntax
»
Parse-time word lookup
»
Resolution of ambiguous word names
Vocabulary
vocabs
.
parser
Error description
Thrown when a word name referenced in source file is available in more than one vocabulary in the manifest. Such cases must be explicitly disambiguated using
FROM:
,
EXCLUDE:
,
QUALIFIED:
, or
QUALIFIED-WITH:
.
Definition
IN:
vocabs.parser
TUPLE:
ambiguous-use-error
name words
;
Methods
USING:
debugger
io
summary
vocabs.parser
;
M:
ambiguous-use-error
error.
summary
print
;
USING:
accessors
sequences
summary
vocabs.parser
;
M:
ambiguous-use-error
summary
name>>
"The name '"
"' resolves to more than one word."
surround
;