Class ConsolePl0Io
Console-based I/O for interactive VM execution.
public sealed class ConsolePl0Io : IPl0Io
- Inheritance
-
ConsolePl0Io
- Implements
- Inherited Members
Methods
ReadInt()
Reads an integer value from standard input.
public int ReadInt()
Returns
- int
The parsed integer.
WriteInt(int)
Writes an integer value to standard output.
public void WriteInt(int value)
Parameters
valueintValue to write.