7 lines
70 B
ObjectPascal
7 lines
70 B
ObjectPascal
type
|
|
I1 = interface
|
|
end;
|
|
|
|
begin
|
|
(I1(System.Math.Sin));
|
|
end. |