5 lines
75 B
ObjectPascal
5 lines
75 B
ObjectPascal
function f1(b:byte):byte; begin end;
|
|
|
|
begin
|
|
var f := f1.ToString;
|
|
end. |