Sfoglia il codice sorgente

* remove readln

git-svn-id: trunk@47460 -
florian 4 anni fa
parent
commit
28bdb364f0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      tests/webtbs/tw38058.pp

+ 0 - 1
tests/webtbs/tw38058.pp

@@ -67,5 +67,4 @@ begin
   Elems:=TConverter.Convert([my_a,my_c,my_e]);
   for Elem in Elems do
     write(Elem);
-  readln;
 end.