Next Previous Up Top Contents Index

2.3 The FORMAT module

print-message

Sealed g.f. method

Summary

Prints a symbol to a stream.

Signature

print-message symbol stream => ()

Arguments

symbol
An instance of <symbol>.

stream
An instance of <stream>.

Values

None.

Library

io

Module

format

Description

Prints symbol to stream by converting it to a string with the as function and then writing the string with the write function from the Streams module.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index