stl.comp_if0ΒΆ

if expression is 0 (compilation time), jump to l0. else continue

SignatureΒΆ

def comp_if0 expr, l0 @ continue { ... }

Defined in runlib.fj β€” lines 110–113 (view on GitHub).

ComplexityΒΆ

  • Time: 1

  • Space: 1

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: stl.comp_if Next: stl.comp_if1 β†’