Next Previous Up Top Contents Index

5.11 The STREAMS module

new-line

Open generic function

Summary

Writes a newline sequence to an output stream.

Signature

new-line output-stream => ()

Arguments

output-stream
An instance of <stream>.

Values

None.

Library

io

Module

streams

Description

Writes a newline sequence to output-stream.

A method for new-line is defined on <string-stream> that writes the character \n to the string stream.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index