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

stream-clear-output Generic Function

Summary

Implements clear-output.

Package

stream

Signature

stream-clear-output stream => nil

Arguments
stream
A stream.
Description

The generic function stream-clear-output implements clear-output. The default method specalizes stream on fundamental-output-stream and does nothing.

There is an example in 24.2.5 Stream output.

See also

fundamental-output-stream


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