VariablePackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.1
Unrevised

*system*

This variable contains most configurable aspects of the system being run, including most values that might otherwise be accessed by global variables. (Indeed, one purpose of using *system*, an instance of the unexported devel::development-system class is to reduce the number of global variables used.)

Generic functions with names similar to the property stored in *system* access the current value and, with setf, can set the value. One block of data stored in *system* is the configuration, accessed by configuration. It contains many standard Lisp global variables, such as *print-level* -- accessed by (print-level (configuration *system*)).

The submenus of the menu choice Inspect System Data on the Tools menu open an inspector on various parts of *system*.


Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.1
Unrevised