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