This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
pascal
/
freepascal.compiler
espejo de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
* test for quotes in skipuntildirective
peter
hace 25 años
padre
4c212d76d8
commit
c6158587ef
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
tests/tbs/tb0337.pp
+ 5
- 0
tests/tbs/tb0337.pp
Ver fichero
@@ -0,0 +1,5 @@
+var
+ s : string;
+begin
+ s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
+end.