Function: hif-conditional
hif-conditional is a byte-compiled function defined in hideif.el.gz.
Signature
(hif-conditional A B C)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideif.el.gz
(defun hif-conditional (a b c)
(if (not (zerop (hif-mathify a))) (hif-mathify b) (hif-mathify c)))