Handbook
Glossary
:error ( -- )
Factor handbook
»
The language
»
Exception handling
»
The debugger
Prev:
error. ( error -- )
Next:
:s ( -- )
Vocabulary
debugger
Word description
Prints the most recent error. Used for interactive debugging.
Definition
USING:
continuations
namespaces
;
IN:
debugger
:
:error
( -- )
error
get
print-error
;