hex.if0 (arity 2)¶
if hex==0 goto l0, else continue.
Signature¶
def if0 hex, l0 @ l1 { ... }
Defined in hex/cond_jumps.fj — lines 35–38 (view on GitHub).
hex.if0 (arity 2)¶if hex==0 goto l0, else continue.
def if0 hex, l0 @ l1 { ... }
Defined in hex/cond_jumps.fj — lines 35–38 (view on GitHub).