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

Prev:$side-effects ( element -- )
Next:$see-also ( topics -- )


Vocabulary
help.markup

Inputs
elementa 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