$io-error ( children -- ) (original) (raw)

$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

children a markup element

Outputs
None

Word description
Indicates an error class for input/output.

Definition

USING: kernel ;

IN: help.markup

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