9 lines
77 B
ObjectPascal
9 lines
77 B
ObjectPascal
|
|
type
|
|||
|
|
t1 = class
|
|||
|
|
b: byte;
|
|||
|
|
function f1 := 0;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
end.
|