| Allegro CL version 8.2 Moderately revised from 8.1. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 8.1 page.
Created 2016.6.21.
| Allegro CL version 8.2 Moderately revised from 8.1. 8.1 version |