Function: math-define-cond

math-define-cond is a byte-compiled function defined in calc-prog.el.gz.

Signature

(math-define-cond FORMS)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-prog.el.gz
(defun math-define-cond (forms)
  (and forms
       (cons (math-define-list (car forms))
	     (math-define-cond (cdr forms)))))