print-error-and-restarts ( error -- )


Vocabulary
debugger

Inputs
erroran object


Outputs
None

Definition


: print-error-and-restarts ( error -- )
print-error
restarts. nl "Type :help for debugging help." print flush ;