8 lines
96 B
ObjectPascal
8 lines
96 B
ObjectPascal
|
|
type TClass = partial class
|
|||
|
|
constructor := exit;
|
|||
|
|
constructor := exit;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
end.
|