| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |