Used by fresh-line to start a new line on a given stream.
Package
stream
Signature
stream-fresh-line stream => bool
Arguments
stream
A stream.
Values
bool
A generalized boolean.
Description
The generic function stream-fresh-line is used by fresh-line to start a new line on a stream. The default method uses stream-start-line-p and stream-terpri . The result value is t if a new line is output successfully.