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.

Depends on¶