hex.if (arity 3)ΒΆ

if hex==0 goto l0, else goto l1.

SignatureΒΆ

def if hex, l0, l1 { ... }

Defined in hex/cond_jumps.fj β€” lines 31–33 (view on GitHub).

ComplexityΒΆ

  • Time: @-1

  • Space: @+15

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.if_flags Next: hex.if0/2 β†’