9 lines
99 B
Text
9 lines
99 B
Text
|
|
procedure Test3;
|
||
|
|
begin
|
||
|
|
try
|
||
|
|
test2;
|
||
|
|
finally
|
||
|
|
PrintLn('Test3 finally');
|
||
|
|
end;
|
||
|
|
end;
|