Function: math-break
math-break is an autoloaded and byte-compiled function defined in
calc-prog.el.gz.
Signature
(math-break &optional VALUE)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-prog.el.gz
(defun math-break (&optional value)
(throw 'math-break value))