defconstant
special-form
(defconstant name value [doc-string])
Defines a global constant name in the current package with initial value value.
name
value
make-html > (defconstant a 123) it: a