| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
This variable contains an object that stores various global values associated with a CG application. It is a suitable argument value for a few exported functions that access some of these global values. In particular, the expression
(configuration *system*)
returns the Common Graphics configuration object that stores various
Common Graphics options. See cg-configuration
and configuration.
Other exported functions that return global values from the *system*
object
include screen,
development-main-window, and
app.
The IDE has a similar object called *ide-system*
for storing some of
its global values.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |