Interface IPl0Io
Abstraction for PL/0 input/output.
public interface IPl0Io
Methods
ReadInt()
Reads an integer value from the input source.
int ReadInt()
Returns
- int
The read integer.
WriteInt(int)
Writes an integer value to the output destination.
void WriteInt(int value)
Parameters
valueintValue to write.