Курсовая работа: Программа для проверки работы операторов
tc:=' ';
while (tc<>'''')and(not eof(file1))do
read(file1,tc);
tc:=' ';
end;
(*if tc='(' then
begin
{iwem konets komenta}
if(not eof(file1))then read(file1,tc);
if tc='*' then
begin
while (tc<>')')and(not eof(file1))do
begin
read(file1,tc);
if tc='*' then
begin if(not eof(file1))then read(file1,tc) end
else if tc=')' then tc:=' ';
end
end else
{tc:=' ';}
end;*)
if tc='{' then begin{iwem konets komenta}
tc:=' ';
while (tc<>'}')and(not eof(file1))do
read(file1,tc);
tc:=' ';
end;
if tc in [' ',';',#0..#32,'(',')','}','{','.'] then
begin