$errors ( element -- ) (original) (raw)
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
: $errors ( element -- ) "Errors" $heading print-element ;