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