mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 12:21:39 +01: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.
|