This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* readln internalerror
peter
hace 23 años
padre
1eab231e2e
commit
536f3971b8
Se han
modificado 1 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
7
0
tests/tbf/tb0124.pp
+ 7
- 0
tests/tbf/tb0124.pp
Ver fichero
@@ -0,0 +1,7 @@
+{ %fail }
+
+var
+ a,b : string;
+begin
+ readln(a,' ',b);
+end.