Explorar o código

* readln internalerror

peter %!s(int64=23) %!d(string=hai) anos
pai
achega
536f3971b8
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      tests/tbf/tb0124.pp

+ 7 - 0
tests/tbf/tb0124.pp

@@ -0,0 +1,7 @@
+{ %fail }
+
+var
+  a,b : string;
+begin
+  readln(a,' ',b);
+end.