hex.if1 (arity 3)ΒΆ
if hex[:n]!=0 goto l1, else continue.
SignatureΒΆ
def if1 n, hex, l1 @ l0 { ... }
Defined in hex/cond_jumps.fj β lines 58β61 (view on GitHub).
ComplexityΒΆ
Time:
n(@-1)Space:
n(@+15)
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def if1 n, hex, l1 @ l0 {
.if n, hex, l0, l1
l0:
}