Function: math-define-body
math-define-body is a byte-compiled function defined in
calc-prog.el.gz.
Signature
(math-define-body BODY EXP-ENV)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-prog.el.gz
(defun math-define-body (body exp-env)
(let ((math-exp-env exp-env))
(math-define-list body)))