Next Previous Up Top Contents Index

17 The STREAM package

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 functionstream-terpri writes an end of line to stream, as forterpri. The default method forstream-terpri is(stream-write-charstream #\newline).
See also

stream-write-char

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker