Курсовая работа: Работа с текстовыми строками, двумерными массивами, файловыми структурами данных
menu;
pf := false;
vf := false;
tf := false;
cont := true;
flag1 := false;
flag2 := false;
while cont do
begin
writeln;
write('Vvedite komandu: ');
readln(command);
case command of
'0': cont := false;
'1':
begin
write('Vvedite imja pervogo faila: ');
readln(p);
if check1(p) = true then
begin
pf := true;
clrscr;
menu;
end
else
begin
clrscr;
menu;
writeln('Error input');