Enum CliCommand
CLI commands supported by TinyPl0.
public enum CliCommand
Fields
Compile = 1Compile PL/0 source to P-Code.
None = 0No explicit command provided.
Run = 2Compile and run PL/0 source.
RunPCode = 3Run a P-Code file directly.
CLI commands supported by TinyPl0.
public enum CliCommand
Compile = 1Compile PL/0 source to P-Code.
None = 0No explicit command provided.
Run = 2Compile and run PL/0 source.
RunPCode = 3Run a P-Code file directly.