Im not used to this type of programming as I use visual studio an C++, but
'4' : begin
writeln(' you have chosen to exit');
readln;
You have not named what you want to call the readin, so it has nowhere to store it. could that be the missing problem?
|