There are 1 utilities.
- define-constant v1.0
-
Ensures that the global variable named by
name
is a constant with a value that is equal undertest
to the result of evaluatinginitial-value
.test
is a function designator that defaults toeql
. Ifdocumentation
is given, it becomes the documentation string of the constant.Signals an error if
name
is already a bound non-constant variable.Signals an error if
name
is already a constant variable whose value is not equal undertest
to result of evaluatinginitial-value
.- Provides
define-constant