Next Previous Up Top Contents Index

2.7 The SIMPLE-FORMAT module

format-out

Function

Summary

Formats its arguments to the standard output.

Signature

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

Arguments

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

format-arguments

Instances of <object>.

Values

None.

Library

common-extensions

Module

simple-format

Description

Formats its arguments to the standard output.

This function does not use the *standard-output* stream defined by the Standard-IO library.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index