Handbook
Glossary
print-error-and-restarts ( error -- )
Vocabulary
debugger
Inputs
error
an
object
Outputs
None
Definition
USING:
io
;
IN:
debugger
:
print-error-and-restarts
( error -- )
print-error
restarts.
nl
"Type :help for debugging help."
print
flush
;