fpc/tests/tbs0115.pp
1998-12-02 13:05:01 +00:00

11 lines
89 B
ObjectPascal

var
c : comp;
begin
c:=1234;
writeln(c);
readln(c);
writeln(c);
end.