Handbook
Glossary
article-parent ( topic -- parent/f )
Factor handbook
»
Developer tools
»
Help system
»
Help system implementation
Prev:
article-content ( topic -- content )
Next:
set-article-parent ( parent topic -- )
Vocabulary
help
.
topics
Inputs
topic
an article name or a word
Outputs
parent/f
an article name or a word
Word description
Outputs a help topic which contains
topic
as a subsection, or
f
.
See also
article-children
,
xref-help
Definition
IN:
help.topics
GENERIC:
article-parent
( topic -- parent/f )
Methods
USING:
help.topics
kernel
;
M:
f
article-parent
drop
\
f
article-parent
;
USING:
accessors
help.topics
;
M:
link
article-parent
name>>
article-parent
;
USING:
assocs
help.topics
kernel
namespaces
;
M:
object
article-parent
article-xref
get
at
;
USING:
help.topics
help.vocabs
kernel
;
M:
vocab-author
article-parent
drop
"vocab-authors"
;
USING:
help.topics
kernel
vocabs
;
M:
vocab-spec
article-parent
drop
"vocab-index"
;
USING:
help.topics
help.vocabs
kernel
;
M:
vocab-tag
article-parent
drop
"vocab-tags"
;
USING:
help.topics
words
;
M:
word
article-parent
"help-parent"
word-prop
;