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