This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
freepascal.compiler
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* readln internalerror
peter
%!s(int64=23) %!d(string=hai) anos
pai
1eab231e2e
achega
536f3971b8
Modificáronse 1 ficheiros
con
7 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
7
0
tests/tbf/tb0124.pp
+ 7
- 0
tests/tbf/tb0124.pp
Ver ficheiro
@@ -0,0 +1,7 @@
+{ %fail }
+
+var
+ a,b : string;
+begin
+ readln(a,' ',b);
+end.