Package: trivial-gray-streams
Generic Function stream-read-line
Lambda List
stream-read-line (stream)
Details
    Used by cl:read-line.  
  A string is returned as the first value.  The second value is true if the
  string was terminated by end-of-file instead of the end of a line. The default  method uses repeated calls to stream-read-char.