mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:07:55 +02:00
10 lines
80 B
ObjectPascal
10 lines
80 B
ObjectPascal
{ %fail }
|
|
|
|
function f(b:byte):byte;
|
|
begin
|
|
f:=chr(b)-chr(24);
|
|
end;
|
|
|
|
begin
|
|
end.
|