FunctionPackage: systemToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

ce-get

Arguments: obj ind &optional env

Returns the ind property of obj. obj may be any object, but it is generally intended that it either be a symbol or a cons. The environment is specified either by the presence of the env argument, the value of sys:*compile-file-environment*, or the value of sys:*evaluation-environment*. Each is tried in succession, and if the object and indicated property is found, the value is returned, otherwise the process is continued until the property is found or the environments are exhausted, at which point the object is consulted in a global way. If no ind property exists for obj, nil is returned. There is no default value; a return value of nil indicates that the property does not exist.

See environments.htm for more information on environments.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version