Implements clear-output .
clear-output
stream
stream-clear-output stream => nil
A stream.
nil
The generic function stream-clear-output implements clear-output . The default method is on fundamental-output-stream and does nothing.
stream-clear-output
fundamental-output-stream
There is an example in Stream output.