stl.loop¶
finish (loop to self)
Signature¶
def loop { ... }
Defined in runlib.fj — lines 142–144 (view on GitHub).
Complexity¶
Time:
∞ (infinite self-loop)Space:
1
See the complexity glossary for what @, w, dw, dbit, n mean.
Source¶
Click to view the macro body
def loop {
;$ - dw
}
← Previous: stl.skip
Next: stl.output_bit →