Variable: byte-goto-if-not-nil-else-pop
byte-goto-if-not-nil-else-pop is a variable defined in bytecomp.el.gz.
Value
134
Documentation
Byte code opcode to examine top-of-stack, jump and don't pop it if it's non nil, otherwise pop it.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz