Next Previous Up Top Contents Index

2.3 The FORMAT module

print-message

Sealed g.f method

Summary

Prints a condition to a stream as an error message.

Arguments

condition
An instance of <condition>.

stream
An instance of <stream>.

Values

None.

Library

io

Module

format

Description

Prints condition as an error message, as described for the Dylan %S format directive. You should not specialize the print-message protocol for subclasses of <condition>, but instead extend the print-message protocol to new condition objects by specializing methods on report-condition.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index