Next Prev Up Top Contents Index

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.

See also

fundamental-output-stream


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index