mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 15:43:41 +02:00
11 lines
81 B
ObjectPascal
11 lines
81 B
ObjectPascal
{ %fail }
|
|
|
|
function f(b:byte):byte;
|
|
begin
|
|
f:=chr(b)-chr(24);
|
|
end;
|
|
|
|
begin
|
|
end.
|
|
|