Handbook
Glossary
with-limited-input ( limit quot -- )
Vocabulary
io
.
streams
.
limited
Inputs
limit
an
object
quot
an
object
Outputs
None
Definition
USING:
io
kernel
namespaces
;
IN:
io.streams.limited
:
with-limited-input
( limit quot -- )
[
[
input-stream
get
]
dip
limit-stream
input-stream
]
dip
with-variable
;
inline