Handbook
Glossary
edit-error ( error -- )
Vocabulary
editors
Inputs
error
an
object
Outputs
None
Definition
USING:
kernel
source-files.errors
;
IN:
editors
:
edit-error
( error -- )
[
error-file
]
[
error-line
]
bi
over
[
1
or
edit-location
]
[
2drop
]
if
;