Next Previous Up Top Contents Index

3.2 The FORMAT-OUT module

format-out

Function

Summary

Formats its arguments on the standard output.

Signature

format-out control-string #rest arguments => ()

Arguments

control-string
An instance of <string>.

arguments
Instances of <object>.

Values

None.

Library

io

Module

format-out

Description

Calls the format function from the format module on *standard-output* from the standard-io module, control-string, and arguments.

See also

format, page 3

*standard-output*, page 117


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index