Function: calc-store-concat

calc-store-concat is an autoloaded, interactive and byte-compiled function defined in calc-store.el.gz.

Signature

(calc-store-concat &optional VAR)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-store.el.gz
(defun calc-store-concat (&optional var)
  (interactive)
  (calc-store-binary var "|" '|))