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