Writes an end of line to a stream.
stream
stream-terpri stream => nil
stream⇩ |
A stream. |
The generic function stream-terpri
writes an end of line to stream, as for terpri. The default method specializes stream on fundamental-stream and is equivalent to:
(stream-write-char stream #\\Newline)
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01