$vocab-subsection ( element -- )


Vocabulary
help.markup

Inputs
elementa markup element of the form { title vocab }


Outputs
None

Word description
Prints a large clickable link for vocab. If vocab has a main help article, the link will point at that article and the title input will be ignored. Otherwise, the link text will be taken from title and point to vocab's automatically generated documentation.

The link will be printed along with its associated definition icon.

Examples
{ $vocab-subsection "SQLite" "db.sqlite" } print-element

SQLite
{ $vocab-subsection "Alien" "alien" } print-element

C library interface

Definition