Програмування і алгоритмічні мови, БАЗА ДАНИХ
for(;b=1;)
{i=getch();
if(i==27)
{ b=1;
return(6);
goto uuu;
}
if(i==13)
{ b=1;
return(w);
}
else
{ i=getch();
if (i==72)
if (w>1)
{ setcolor(15);
outtextxy(200,50+(w-1)*80,m[w-1]);
w--;
setcolor(4);
outtextxy(200,50+(w-1)*80,m[w-1]);
}
if (i==80)
if (w
{ setcolor(15);
outtextxy(200,50+(w-1)*80,m[w-1]);