mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-17 11:30:32 +01:00
12 lines
88 B
PHP
12 lines
88 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
if true then begin
|
|
aa;
|
|
|
|
xx
|
|
end;
|
|
end;
|
|
|
|
|