$description ( element -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements

Prev:$values ( element -- )
Next:$class-description ( element -- )


Vocabulary
help.markup

Inputs
elementa markup element


Outputs
None

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

Definition

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