Handbook
Glossary
next* ( spot -- )
Vocabulary
xml
.
tokenize
Inputs
spot
an
object
Outputs
None
Definition
USING:
accessors
kernel
xml.errors
;
IN:
xml.tokenize
:
next*
( spot -- )
dup
char>>
[
unexpected-end
]
unless
(next)
[
record
]
keep
assure-good-char
;