ToC
DocOverview
CGDoc
RelNotes
Index
PermutedIndex
Allegro CL
11 Packages
11.1 Package Concepts
11.1.1 Introduction to Packages
11.1.1.2 Symbols in a Package
11.1.1.2.4 Locating a Symbol in a Package
When a
symbol
is to be located in a given
package
the following occurs:
-- The
external symbols
and
internal symbols
of the
package
are searched for the
symbol
.
-- The
external symbols
of the used
packages
are searched in some unspecified order. The order does not matter; see the rules for handling name conflicts listed below.
© Franz Inc. All Rights Reserved
- File last updated 2022-07-25