mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 02:39:28 +01:00
11 lines
80 B
PHP
11 lines
80 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
try
|
|
if
|
|
finally
|
|
|
|
end;
|
|
end;
|
|
|