bit.if1 (arity 2)ΒΆ

if x == 1 jump to l1
x is a bit, l1 is an address.

SignatureΒΆ

def if1 x, l1 @ end { ... }

Defined in bit/cond_jumps.fj β€” lines 29–32 (view on GitHub).

ComplexityΒΆ

  • Time: @+2

  • Space: @+2

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.if/4 Next: bit.if1/3 β†’