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
* proper naming
- remove readln
florian
hace 9 meses
padre
f1050aeb73
commit
24faf6e0f1
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
0
1
tests/webtbs/tw41064.pp
+ 0
- 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp
Ver fichero
@@ -4,6 +4,5 @@ program project1;
begin
writeln(Hello);
- readln;
end.