Курсовая работа: Программа для проверки работы операторов
for i:=1 to n do
if mas[i].key=tstr then
begin
inc(mas[i].count);
break;
end;
tstr:='';
end
else tstr:=tstr+upcase(tc);
if(not eof(file1))then read(file1,tc);
end;
if tstr<>''then
for i:=1 to n do
if mas[i].key=tstr then
begin
inc(mas[i].count);
break;
end;
close(file1);
drawgraphic;
readln;
end.