Handbook
Glossary
limited-input ( limit -- )
Limited input streams
Prev:
limited-stream
Vocabulary
io
.
streams
.
limited
Inputs
limit
an
integer
Outputs
None
Word description
Wraps the current
input-stream
in a
limited-stream
.
Definition
USING:
io
kernel
namespaces
;
IN:
io.streams.limited
:
limited-input
( limit -- )
[
input-stream
]
dip
[
limit-stream
]
curry
change
;