mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 00:36:13 +02:00
15 lines
93 B
PHP
15 lines
93 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
Code;
|
|
|
|
Code;
|
|
|
|
end;
|
|
|
|
procedure Do2;
|
|
begin
|
|
|
|
end;
|
|
|