【发布时间】:2012-01-26 13:03:01
【问题描述】:
最终会阻塞执行吗?如果我通过出口; ?
procedure someProc;
begin
Try
Exit;
finally
do_something;
end;
end;
【问题讨论】:
-
旁注:
while True do try Exit; finally Continue; end;不会编译 - 请参阅 Fun with Infinite Loops in Delphi and Java
标签: delphi try-finally