mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:08:22 +02:00
11 lines
104 B
ObjectPascal
11 lines
104 B
ObjectPascal
{ Old file: tbs0350.pp }
|
|
{ }
|
|
|
|
var
|
|
c : char;
|
|
i : integer;
|
|
begin
|
|
i:=integer(c);
|
|
c:=char(i);
|
|
end.
|