* Improved output

This commit is contained in:
florian 2003-05-13 16:55:30 +00:00
parent a467b84faa
commit c37cdcf4e8

View File

@ -170,7 +170,8 @@ Procedure Finish;
begin
Writeln;
Write ('Finished.');
Writeln ('Finished.');
writeln;
{ Press enter to continue.');
Readln; tests/test/test... must be non interactive !! PM }
end;