All Manuals > LispWorks® User Guide and Reference Manual > 46 The STREAM Package

stream-fresh-line Generic Function

Summary

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 specializes stream on fundamental-stream and uses stream-start-line-p and stream-terpri. bool is t if a new line is output successfully.

See also

stream-start-line-p
stream-terpri


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01