Handbook
Glossary
ignore ( stream -- stream char )
Vocabulary
io
.
encodings
.
utf16
.
private
Inputs
stream
an
object
Outputs
stream
an
object
char
an
object
Definition
USING:
io
io.encodings
kernel
;
IN:
io.encodings.utf16.private
:
ignore
( stream -- stream char )
dup
stream-read1
drop
replacement-char
;