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