Once upon a time, rambo waz here said:
> at the moment i have a case where each choice leads off to a procedure. ..
> looks like this
> repeat
> writeln('Main Menu');
> writeln('1. New Customer Info');
> writeln('2. Withdrawal');
> writeln('3. Returns');
> writeln('4. Money owed
at the moment i have a case where each choice leads off to a procedure. ..
looks like this
repeat
writeln('Main Menu');
writeln('1. New Customer Info');
writeln('2. Withdrawal');
writeln('3. Returns');
writeln('4. Money owed by customer');
writeln('5. Quit the Program');