Writes an end of line to a stream.
stream
stream-terpri stream => nil
A stream.
nil
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) .
stream-terpri
terpri
(stream-write-char
#\newline)
stream-write-char