7 lines
60 B
ObjectPascal
7 lines
60 B
ObjectPascal
type
|
|
I0 = interface
|
|
const x = 5;
|
|
end;
|
|
|
|
begin
|
|
end. |