Good day!
There is
type TFunc=function (n:byte; i:longint):byte; function a1(n:byte; i:longint):byte; begin end;
Further, +100500 functions with the same record were announced ... I would like to make one “template” and not rewrite the same prototype for each function. Is it possible? Or maybe you can somehow remove the repeated line in another way?