Next Previous Up Top Contents Index

3.2 The FORMAT-OUT module

format-out

Sealed g.f. method

Summary

Formats its arguments on the standard output.

Signature

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

Arguments

control-string
An instance of <byte-string>.

arguments
Instances of <object>.

Values

None.

Library

io

Module

format-out

Description

Formats its arguments on the standard output. There is one method for format-out, and it is specialized to instances of <byte-string>.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index