Generic Function
stream
stream-read-line stream => result terminated
A stream.
A string or:EOF.
A boolean.
stream-read-line reads a line of characters from stream and returns this line as a string. If the string is terminated by an end-of-file instead of a newline then terminated ist. stream-read-char, and usesstream-element-type to determine the element-type of its result. fundamental-character-input-streamstream-element-typestream-read-char