Macro: COMMON-LISP:DEFPARAMETER

package type clhs

Define a parameter that is not normally changed by the program, but that may be changed without causing an error. Declare the variable special and sets its value to VAL, overwriting any previous value. The third argument is an optional documentation string for the parameter.

Lambda list

(sb-debug:var sb-impl::val &optional sb-impl::doc)