Handbook
Glossary
no-article ( name -- * )
Vocabulary
help
.
topics
Inputs
name
an article name
Outputs
None
Word description
Throws a
no-article
error.
Error description
Thrown by
help
if the given help topic does not exist, or if the help topic being displayed links to a help topic which does not exist.
Definition
IN:
help.topics
ERROR:
no-article
name
;
Methods
USING:
help.topics
kernel
summary
;
M:
no-article
summary
drop
"Help article does not exist"
;