Variable: calculator-stack-display
calculator-stack-display is a variable defined in calculator.el.gz.
Value
nil
Documentation
Cons of the stack and its string representation.
Source Code
;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defvar calculator-stack-display nil
"Cons of the stack and its string representation.")