HG
Size: a a a
HG
Р
Р
HG
Р
DB
DB
Р
Р
DB
procedure Calc;
begin
for i := StartIndexI to EndIndexI do
for j := StartIndexJ to EndIndexJ do
for k := StartIndexK to EndIndexK do
begin
somework;
CurrIdxI := i;
CurrIdxJ := j;
CurrIdxK := k;
if BreakFlag then Exit;
end;
end;
DB
Р
Р
Р
HG
HG
HG
꠵
꠵