mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 20:19:26 +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.
|