mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +02:00
* Improved output
This commit is contained in:
parent
a467b84faa
commit
c37cdcf4e8
@ -170,7 +170,8 @@ Procedure Finish;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
Writeln;
|
Writeln;
|
||||||
Write ('Finished.');
|
Writeln ('Finished.');
|
||||||
|
writeln;
|
||||||
{ Press enter to continue.');
|
{ Press enter to continue.');
|
||||||
Readln; tests/test/test... must be non interactive !! PM }
|
Readln; tests/test/test... must be non interactive !! PM }
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user