hex.if0 (arity 3)¶
if hex[:n]==0 goto l0, else continue.
Signature¶
def if0 n, hex, l0 @ l1 { ... }
Defined in hex/cond_jumps.fj — lines 53–56 (view on GitHub).
hex.if0 (arity 3)¶if hex[:n]==0 goto l0, else continue.
def if0 n, hex, l0 @ l1 { ... }
Defined in hex/cond_jumps.fj — lines 53–56 (view on GitHub).