mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 22:32:29 +02:00
*** empty log message ***
This commit is contained in:
parent
ba18c26dda
commit
a33dfa3611
@ -2,7 +2,9 @@ var
|
|||||||
c : comp;
|
c : comp;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
c:=1234;
|
||||||
writeln(c);
|
writeln(c);
|
||||||
readln(c);
|
readln(c);
|
||||||
|
writeln(c);
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user