This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
pascal
/
freepascal.compiler
cermin dari
https://gitlab.com/freepascal.org/fpc/source.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
* constant string to widechar added
peter
24 tahun lalu
induk
46b88a2ac9
melakukan
f7f398a59e
1 mengubah file
dengan
2 tambahan dan
0 penghapusan
Tampilan Split
Tampilkan Statistik Diff
2
0
tests/tbs/tb0349.pp
+ 2
- 0
tests/tbs/tb0349.pp
Tampilan Berkas
@@ -8,4 +8,6 @@ begin
p:=@c1;
i:=0;
c2:=p[i];
+ p:='';
+ p:='hello';
end.