Handbook
Glossary
<counting-stream> ( stream -- counting-stream )
Vocabulary
io
.
streams
.
counting
Inputs
stream
an
object
Outputs
counting-stream
an
object
Definition
USING:
accessors
kernel
;
IN:
io.streams.counting
:
<counting-stream>
( stream -- counting-stream )
counting-stream
new
swap
>>stream
;
inline