mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 15:32:46 +02:00
9 lines
79 B
PHP
9 lines
79 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
if expr then begin
|
|
|
|
code;
|
|
end;
|
|
|