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