$description ( element -- )
Factor documentation > Factor handbook > Developer tools > Help system > Writing documentation > Element types > Block elements
Prev:$values ( element -- )
Next:$class-description ( element -- )


Vocabulary
help.markup

Inputs and outputs
elementa markup element


Word description
Prints the description subheading found on the help page of most words.

Definition
IN: help.markup

: $description ( element -- )
"Word description" $heading print-element ;