7 lines
61 B
ObjectPascal
7 lines
61 B
ObjectPascal
|
|
type
|
||
|
|
t1 = class
|
||
|
|
function f1 := 5;
|
||
|
|
|
||
|
|
end;
|
||
|
|
|
||
|
|
begin end.
|