$io-error ( children -- )
Factor handbook » Developer tools » Help system » Writing documentation » Element types » Block elements

Prev:$low-level-note ( children -- )
Next:$code ( element -- )


Vocabulary
help.markup

Inputs
childrena markup element


Outputs
None

Word description
Indicates an error class for input/output.

Definition


: $io-error ( children -- )
drop "Throws an error if the I/O operation fails." $errors ;