mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 11:24:23 +01:00
10 lines
86 B
PHP
10 lines
86 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
if expr then begin
|
|
end;
|
|
code;
|
|
end;
|
|
|
|
|