Handbook
Glossary
io-error. ( error -- )
Vocabulary
debugger
Error description
Thrown by the C streams I/O primitives if an I/O error occurs.
Definition
USING:
io
kernel
libc
prettyprint
sequences
;
IN:
debugger
:
io-error.
( error -- )
"I/O error #"
write
third
[
.
]
[
strerror
print
]
bi
;