hex.if (arity 3)¶
if hex==0 goto l0, else goto l1.
Signature¶
def if hex, l0, l1 { ... }
Defined in hex/cond_jumps.fj — lines 31–33 (view on GitHub).
Complexity¶
Time:
@-1Space:
@+15
See the complexity glossary for what @, w, dw, dbit, n mean.