read1 ( -- elt )
Factor handbook » Input and output » Streams » Default input and output streams

Prev:input-stream
Next:read ( n -- seq )


Vocabulary
io

Inputs
None

Outputs
eltan element or f


Word description
Reads an element from input-stream. Outputs f on stream exhaustion.

Errors
Throws an error if the I/O operation fails.

Definition