Handbook
Glossary
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
n
an
integer
seek-type
a seek singleton
Outputs
None
Word description
Calls
stream-seek
on the stream stored in
output-stream
.
Definition
USING:
namespaces
;
IN:
io
:
seek-output
( n seek-type -- )
output-stream
get
stream-seek
;
inline