1 USING: help.topics help.syntax help.markup ;
5 { $values { "topic" "an article name or a word" } { "seq" "a new sequence" } }
6 { $description "Outputs a sequence of all subsections of " { $snippet "topic" } "." } ;
9 { $values { "topic" "an article name or a word" } { "parent" "an article name or a word" } }
10 { $description "Outputs a help topic which contains " { $snippet "topic" } " as a subsection, or " { $link f } "." } ;
13 { $values { "topic" "an article name or a word" } { "seq" "a new sequence" } }
14 { $description "Outputs a sequence of all help articles which contain " { $snippet "topic" } " as a subsection, traversing all the way up to the root." }
16 { $example "USING: help.crossref prettyprint ;" "\"sequences\" help-path ." "{ \"collections\" \"handbook-language-reference\" \"handbook\" }" }
20 { $values { "topic" "an article name or a word" } }
21 { $description "Sets the " { $link article-parent } " of each child of this article." }
25 { $values { "topic" "an article name or a word" } }
26 { $description "Clears the " { $link article-parent } " of each child of this article." }