Generic-function: SB-GRAY:STREAM-FRESH-LINE

package type

Outputs a new line to the Stream if it is not positioned at the beginning of a line. Returns T if it output a new line, nil otherwise. Used by FRESH-LINE. The default method uses STREAM-START-LINE-P and STREAM-TERPRI.

Lambda list

(stream)