| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: form &optional environment
Returns form if form does not represent a constant a la constantp (with identical arguments), otherwise returns the value that form should constantly represent. Macroexpansions are performed. If environment is given, all lookups are done per the given environment, otherwise constant-ness is determined by the global environment(s).
See environments.htm for more information on environments.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |