TCS_Compiler
Vars | |
Holder | The telecomms server that is running the code. |
---|---|
ready | Boolean on whether it's ready to run code. |
Procs | |
Compile | Compile a raw block of text. |
Run | Executes the Compiled code on an incoming signal. |
garbage_collect | Set 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.