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