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
* constant string to widechar added
peter
%!s(int64=24) %!d(string=hai) anos
pai
46b88a2ac9
achega
f7f398a59e
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
tests/tbs/tb0349.pp
+ 2
- 0
tests/tbs/tb0349.pp
Ver ficheiro
@@ -8,4 +8,6 @@ begin
p:=@c1;
i:=0;
c2:=p[i];
+ p:='';
+ p:='hello';
end.