Hallo alle...
...erst mal, das Konstrukt stammt nicht von mir
Delphi-Quellcode:
function bla: Boolean
begin
Result:= False
for i = 0 to 10 do
begin
if blabla then
exit;
if blabla1 then
exit; //X
end;
Result:= True;
end
Frage: warum wird das mit X gekennzeichnete wegoptimiert.
...bitte keine doofen Fragen. Ich muß mich damit quälen. Ist auch schon umgestellt.