Handbook
Glossary
port-tell ( port -- tell-handle buffer-length )
Vocabulary
io
.
ports
.
private
Inputs
port
an
object
Outputs
tell-handle
an
object
buffer-length
an
object
Definition
USING:
accessors
io.buffers
io.ports
kernel
;
IN:
io.ports.private
:
port-tell
( port -- tell-handle buffer-length )
[
handle>>
tell-handle
]
[
buffer>>
buffer-length
]
bi
;
inline