mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-20 06:00:42 +01:00
9 lines
79 B
PHP
9 lines
79 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
if expr then begin
|
|
|
|
code;
|
|
end;
|
|
|