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
*** empty log message ***
florian
%!s(int64=20) %!d(string=hai) anos
pai
09a051718a
achega
1d68ae23e4
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
tests/webtbs/tw3546.pp
+ 1
- 1
tests/webtbs/tw3546.pp
Ver ficheiro
@@ -4,7 +4,7 @@ label 000,01,1;
begin
goto 000;
writeln('1');
-
+
halt(1);
000:
writeln('2');
end.