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