| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |