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

Prev:bl ( -- )
Next:with-output-stream ( stream quot -- )


Vocabulary
io

Inputs
nan integer
seek-typea seek singleton


Outputs
None

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

Definition