format-out

There are two unrelated format-out functions.

Summary
There are two unrelated format-out functions.
Formats arguments to *standard-output*.
Formats arguments to STDOUT.

Generic Functions

format-out

Formats arguments to *standard-output*.  This function uses format exported from Module format.

Exported from

Modifiers

sealed

Arguments

control-stringAn instance of <string>.
#rest argsInstances of <object>.  The objects to substitute for the format specifiers of control-string.

Functions

format-out

Formats arguments to STDOUT.  This function uses format-to-string exported from Module common-extensions.

Exported from

Arguments

control-stringAn instance of <string>.
#rest argsInstances of <object>.  The objects to substitute for the format specifiers of control-string.
There are two unrelated format-out functions.
The standard output stream.
Format a string and write it to a stream.
The Format module provides a way to control output to a stream.
The Format-Out module exports a single function as a simple interface to the Format and Standard-IO modules.
The class of sequences with elements that are characters.
The class of all Dylan objects.
There are two unrelated format-to-string functions.
Miscellaneous extensions to the Dylan language.
The simple-io module.