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).
ComplexityΒΆ
Time:
@-1Space:
@+15
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def if0 hex, l0 @ l1 {
.if hex, l0, l1
l1:
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
hex.add.clear_carryinhex/math.fjhex.sub.clear_carryinhex/math.fjhex.print_uint.print_digitinhex/output.fj