pascalabcnet/TestSuite/errors/err0078.pas

6 lines
106 B
ObjectPascal
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
type TFunc4 = function(params a : array of integer; params a : array of real) : integer;
begin
end.