$subheading ( element -- )


Vocabulary
help.markup

Inputs
elementa markup element of the form { title content }


Outputs
None

Word description
Prints a markup element, usually a string, as a block with the strong-style.

Examples
{ $subheading "Developers, developers, developers!" } print-element


Developers, developers, developers!

Definition