stl.fj¶
macro for 1 flipjump op
Signature¶
def fj f, j { ... }
Defined in runlib.fj — lines 80–82 (view on GitHub).
Complexity¶
Time:
1Space:
1
See the complexity glossary for what @, w, dw, dbit, n mean.
Source¶
Click to view the macro body
def fj f, j {
f;j
}
← Previous: stl.startup_and_init_all/2
Next: stl.wflip_macro/2 →