vocab-tag


Vocabulary
help.vocabs

Definition
IN: help.vocabs

TUPLE: vocab-tag name ;


Methods
USING: help.topics help.vocabs ;

M: vocab-tag >link ;


USING: accessors arrays help.topics help.vocabs kernel ;

M: vocab-tag article-content
\ $tagged-vocabs swap name>> 2array ;


USING: accessors help.topics help.vocabs ;

M: vocab-tag article-name name>> ;


USING: help.topics help.vocabs kernel ;

M: vocab-tag article-parent drop "vocab-tags" ;


USING: accessors help.topics help.vocabs sequences ;

M: vocab-tag article-title
name>> "Vocabularies tagged “" "”" surround ;


USING: help.topics help.vocabs summary ;

M: vocab-tag summary article-title ;


USING: accessors help.html help.vocabs ;

M: vocab-tag topic>filename* name>> "tag" ;


USING: help.topics help.vocabs kernel ;

M: vocab-tag valid-article? drop t ;