mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 08:32:47 +02:00
10 lines
74 B
PHP
10 lines
74 B
PHP
{%MainUnit unit1.pas}
|
|
procedure Do1;
|
|
begin
|
|
case i of
|
|
1:
|
|
|
|
end;
|
|
end;
|
|
|