format

Format a string and write it to a stream.

The format function takes a control string, formats according to the format directives embedded in the string, and then writes the result to the stream argument.

The format codes accepted by format are described in the Format Directives section.

Exported from

Modifiers

sealed

Arguments

streamAn instance of <stream>.
control-stringAn instance of <string>.
#rest argsInstances of <object>.  The objects to substitute for the format fields in control-string.
Format a string and write it to a stream.
The Format module provides a way to control output to a stream.
The superclass of all stream classes.
The class of sequences with elements that are characters.
The class of all Dylan objects.