/tg/ Station 13 - Modules - TypesVar Details - Proc Details

TCS_Compiler

Vars

HolderThe telecomms server that is running the code.
readyBoolean on whether it's ready to run code.

Procs

CompileCompile a raw block of text.
RunExecutes the Compiled code on an incoming signal.
garbage_collectSet ourselves to Garbage Collect.

Var Details

Holder

The telecomms server that is running the code.

ready

Boolean on whether it's ready to run code.

Proc Details

Compile

Compile a raw block of text.

Run

Executes the Compiled code on an incoming signal.

garbage_collect

Set ourselves to Garbage Collect.