Next Previous Up Top Contents Index

17 The STREAM package

stream-fresh-line

Generic Function

Summary

Used byfresh-line to start a new line on a given stream.
Package

stream

Signature

stream-fresh-line stream => bool

Arguments

stream

A stream.

Values

bool

A generalized boolean.

Description

The generic functionstream-fresh-line is used byfresh-line to start a new line on a stream. The default method usesstream-start-line-p andstream-terpri. The result value ist if a new line is output successfully.
See also

stream-start-line-p
stream-terpri

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker