This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pascal
/
freepascal.compiler
mirror de
https://gitlab.com/freepascal.org/fpc/source.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
* proper naming
- remove readln
florian
há 9 meses atrás
pai
f1050aeb73
commit
24faf6e0f1
1 ficheiros alterados
com
0 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
0
1
tests/webtbs/tw41064.pp
+ 0
- 1
tests/webtbs/twb41064.pp → tests/webtbs/tw41064.pp
Ver Ficheiro
@@ -4,6 +4,5 @@ program project1;
begin
writeln(Hello);
- readln;
end.