5 lines
47 B
ObjectPascal
5 lines
47 B
ObjectPascal
|
|
type TDer = class(shortstring)
|
||
|
|
end;
|
||
|
|
|
||
|
|
begin
|
||
|
|
end.
|