seek-input ( n seek-type -- )
Factor handbook » Input and output » Streams » Default input and output streams

Prev:readln ( -- str/f )
Next:with-input-stream ( stream quot -- )


Vocabulary
io

Inputs
nan integer
seek-typea seek singleton


Outputs
None

Word description
Calls stream-seek on the stream stored in input-stream.

Definition