mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 04:32:35 +02:00
10 lines
86 B
PHP
10 lines
86 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
if expr then begin
|
|
end;
|
|
code;
|
|
end;
|
|
|
|
|