Browse Source

* remove readln;

git-svn-id: trunk@641 -
peter 20 years ago
parent
commit
d6816a1e08
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/webtbs/tw4155.pp

+ 1 - 2
tests/webtbs/tw4155.pp

@@ -14,5 +14,4 @@ begin
     WriteLn('problem')
     WriteLn('problem')
   else
   else
     Writeln('OK');
     Writeln('OK');
-  Readln;
-end.
+end.