Variable: calculator-stack
calculator-stack is a variable defined in calculator.el.gz.
Value
nil
Documentation
Stack contents -- operations and operands.
Source Code
;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defvar calculator-stack nil
"Stack contents -- operations and operands.")