This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
pascal
/
freepascal.compiler
peilaus alkaen
https://gitlab.com/freepascal.org/fpc/source.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
* test for quotes in skipuntildirective
peter
25 vuotta sitten
vanhempi
4c212d76d8
commit
c6158587ef
1 muutettua tiedostoa
jossa
5 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
5
0
tests/tbs/tb0337.pp
+ 5
- 0
tests/tbs/tb0337.pp
Näytä tiedosto
@@ -0,0 +1,5 @@
+var
+ s : string;
+begin
+ s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
+end.