| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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-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 |