Variable: calculator-last-opXY

calculator-last-opXY is a variable defined in calculator.el.gz.

Value

nil

Documentation

The last binary operation and its arguments.

Used for repeating operations in calculator-repR/L.

Source Code

;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defvar calculator-last-opXY nil
  "The last binary operation and its arguments.
Used for repeating operations in calculator-repR/L.")