Контрольная работа: Среда программирования программы Borland Pascal 70
i:=1;
y:=50;
x:=30;
repeat
Readln(f3,mas[i].a);
SetColor(0);
OutTextxy(x,y,mas[i].a);
if i=4 then y:=y+90 else
y:=y+20;
i:=i+1;
until i=10;
timer:=0;
repeat
timer:=timer+1;
OutTextxy(50,370,s4);
Delay(50000);
SetColor(15);
Str(timer:2,s4);
OutTextxy(50,370,s4);
SetFillStyle(1,0);
Bar(20,360,99,389);
until timer=30;
Face;
SetColor(0);
Line(320,430,400,430);
Line(320,430,320,460);
SetColor(15);
Line(320,460,400,460);
Line(400,430,400,460);