Handbook
Glossary
with-state ( stream quot -- )
Vocabulary
xml
.
tokenize
Inputs
stream
an
object
quot
an
object
Outputs
None
Definition
USING:
io
kernel
;
IN:
xml.tokenize
:
with-state
( stream quot -- )
swap
[
init-parser
call
]
with-input-stream
;
inline