Next Previous Up Top Contents Index

2.3 The FORMAT module

print-message

Sealed g.f. method

Summary

Prints an object to a stream.

Signature

print-message object stream => ()

Arguments

object
An instance of
type-union(<string>, <character>).

stream
An instance of <stream>.

Values

None.

Library

io

Module

format

Description

Prints object to stream by calling the write function from the streams module.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index