Explorar o código

* Improved output

florian %!s(int64=22) %!d(string=hai) anos
pai
achega
c37cdcf4e8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests/test/texception1.pp

+ 2 - 1
tests/test/texception1.pp

@@ -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;