defcalcmodevar

defcalcmodevar is a Lisp macro in `calc.el'.

(defcalcmodevar VAR DEFVAL &optional DOC)

Declare VAR as a Calc variable, with default value DEFVAL
and doc-string DOC.
The variable VAR will be added to `calc-mode-var-list'.