| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: project
Returns the value of the verbose property of project. The value of the
property can be true or nil
. When true,
*load-verbose*
and
*compile-verbose*
are
set to true when compiling and loading files associated with
project. verbose
is a property of the project
class.
The setf of this function could be used to programmatically set the value of this property, though typically you would set set it interactively with the Verbose Compile and Load check-box on the Options tab of the Project Manager dialog.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |