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