| Allegro CL version 6.2 Unrevised from 6.1 |
The value of this variable is a search list used when an autoload is triggered. Autoloads are triggered when an action like calling an Allegro CL function whose functionality is not yet loaded into the system. The necessary fasl file is loaded (usually with require and usually from the bundle) and computation continues, for the most part invisibly to the user.
See Search lists in loading.htm for a description of the search list algorithm and structure.
See loading.htm for general information on loading and search lists in Allegro CL.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |