Handbook
Glossary
error-location ( error -- string )
Vocabulary
source-files
.
errors
.
debugger
Inputs
error
an
object
Outputs
string
an
object
Definition
USING:
accessors
kernel
make
math.parser
;
IN:
source-files.errors.debugger
:
error-location
( error -- string )
[
[
path>>
[
%
]
[
+listener-input+
%
]
if*
]
[
line#>>
[
": "
%
#
]
when*
]
bi
]
""
make
;