compile-print, compile-verbose (original) (raw)

ANSI Common Lisp 24 System Construction 24.2 Dictionary of System Construction

24.2.8 *compile-print*, *compile-verbose* Variable

Value Type:

a generalized boolean.

Initial Value:

implementation-dependent.

Description:

The value of *compile-print* is the default value of the :print _argument_to compile-file. The value of *compile-verbose* is the default value of the :verbose _argument_to compile-file.

See Also:

compile-file

Allegro CL Implementation Details:

None.