$errors ( element -- ) (original) (raw)

Vocabulary
help.markup

Inputs

element a markup element

Outputs
None

Word description
Prints the errors subheading found on the help page of some words. This section should document any errors thrown by the word.

Examples

{ $errors "I/O errors, network errors, hardware errors... oh my!" } print-element

Errors
I/O errors, network errors, hardware errors... oh my!

Definition

IN: help.markup

: $errors ( element -- ) "Errors" $heading print-element ;