Generic word contract Reads elements from input-stream until the first occurrence of a separator, or stream exhaustion. In the former case, the separator character is pushed on the stack, and is not part of the output. In the latter case, the entire stream contents are output, along with f.
Errors Throws an error if the I/O operation fails.