stl.skipΒΆ
skip the next flipjump op
SignatureΒΆ
def skip { ... }
Defined in runlib.fj β lines 136β138 (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 skip {
;$ + dw
}
Used byΒΆ
Example usesΒΆ
β Previous: stl.comp_flip_if
Next: stl.loop β