stl.startup (arity 0)ΒΆ

startup Macro - Should be the first piece of code in your program.
Inits the IO variable, and jumps to the next instruction.

SignatureΒΆ

def startup @ code_start { ... }

Defined in runlib.fj β€” lines 13–16 (view on GitHub).

ComplexityΒΆ

  • Time: 2

  • Space: 2

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

SourceΒΆ

Depends onΒΆ


Next: stl.startup/1 β†’