Handbook
Glossary
gml-file-error
Vocabulary
gml
Definition
IN:
gml
TUPLE:
gml-file-error
pathname error
;
Methods
USING:
accessors
debugger
gml
io
kernel
;
M:
gml-file-error
error.
"Error in GML file \""
write
dup
pathname>>
write
"\":"
print
nl
error>>
error.
;