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