Table of Contents

Interface IPl0Io

Namespace
Pl0.Vm
Assembly
Pl0.Vm.dll

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

value int

Value to write.