Handbook
Glossary
bad-version ( line -- * )
Vocabulary
xml
.
errors
Definition
IN:
xml.errors
ERROR:
bad-version
line column num
;
Methods
USING:
accessors
debugger
io
prettyprint
xml.errors
;
M:
bad-version
error.
"XML version must be \"1.0\" or \"1.1\". Version here was "
write
num>>
.
;