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
* test for quotes in skipuntildirective
peter
%!s(int64=25) %!d(string=hai) anos
pai
4c212d76d8
achega
c6158587ef
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
tests/tbs/tb0337.pp
+ 5
- 0
tests/tbs/tb0337.pp
Ver ficheiro
@@ -0,0 +1,5 @@
+var
+ s : string;
+begin
+ s:={$ifdef fpc}'~[v]~'{$else}'~['#25']~'{$endif};
+end.