mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 09:32:41 +02:00
11 lines
78 B
PHP
11 lines
78 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
case i of
|
|
1: ;
|
|
|
|
end;
|
|
end;
|
|
|
|
|