LispWorks User Guide and Reference Manual > 39 The STREAM Package

NextPrevUpTopContentsIndex

stream-clear-output

Generic Function
Summary

Implements clear-output .

Package

stream

Signature

stream-clear-output stream => nil

Arguments

stream

A stream.

Values

nil

Description

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

There is an example in Stream output.

See also

fundamental-output-stream


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex