Реферат: Основы программирования
until keypressed;
end;
Procedure Vstavka;
begin
a:=0;
writeln ('Posle chego vstavka?');
readln(adre);
if adre='-' then
begin
new(temp);
writeln ('Chto?');
writeln ('adresses');
readln(adre);
temp^.inf:=adre;
temp^.next:=tfirst;
tfirst:=temp;
end
else
begin
tcurr:=tfirst;
begin
while tcurr<>nil do
begin
if tcurr^.inf<>adre then tcurr:=tcurr^.next
else
if (tcurr^.next=nil) and (a=0) then
begin
Novoe;
a:=1;