stl.comp_if1¶
if expression is not 0 (compilation time), jump to l1. else continue
Signature¶
def comp_if1 expr, l1 @ continue { ... }
Defined in runlib.fj — lines 116–119 (view on GitHub).
stl.comp_if1¶if expression is not 0 (compilation time), jump to l1. else continue
def comp_if1 expr, l1 @ continue { ... }
Defined in runlib.fj — lines 116–119 (view on GitHub).