bit.if0 (arity 2)¶

if x == 0 jump to l0
x is a bit, l0 is an address.

Signature¶

def if0 x, l0 @ end { ... }

Defined in bit/cond_jumps.fj — lines 45–48 (view on GitHub).

Complexity¶

  • Time: @+2

  • Space: @+2

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

Depends on¶

Used by¶