ITextMenu

Members

Functions

readln
string readln()

Reads a line from the input of the menu

run
void run()

Runs the menu

write
void write(string s)

Writes the argument to the output of the menu

writeln
void writeln(string s)

Writes the argument plus a line terminator to the output of the menu

Meta