VocabularyioInputsn | a non-negative integer |
stream | an input stream |
OutputsGeneric word contractReads
n elements from the stream. Outputs a truncated string or
f on stream exhaustion.
NotesMost code only works on one stream at a time and should instead use
read; see
Default input and output streams.
ErrorsThrows an error if the I/O operation fails.
Definition