Handbook
Glossary
tell-output ( -- n )
Factor handbook
»
Input and output
»
Streams
»
Stream protocol
Prev:
tell-input ( -- n )
Next:
stream-length ( stream -- n/f )
Vocabulary
io
Inputs
None
Outputs
n
an
integer
Word description
Returns the index of the stream stored in
output-stream
.
Definition
USING:
namespaces
;
IN:
io
:
tell-output
( -- n )
output-stream
get
stream-tell
;
inline