Used by fresh-line to start a new line on a given stream.
stream
stream-fresh-line stream => bool
stream⇩ |
A stream. |
bool⇩ |
A generalized boolean. |
The generic function stream-fresh-line
is used by fresh-line to start a new line on a stream. The default method specializes stream on fundamental-stream and uses stream-start-line-p and stream-terpri. bool is t
if a new line is output successfully.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01