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

NextPrevUpTopContentsIndex

stream-terpri

Generic Function
Summary

Writes an end of line to a stream.

Package

stream

Signature

stream-terpri stream => nil

Arguments

stream

A stream.

Values

nil

Description

The generic function stream-terpri writes an end of line to stream , as for terpri . The default method for stream-terpri is (stream-write-char stream #\Newline) .

See also

stream-write-char


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex