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
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
%!s(int64=19) %!d(string=hai) anos
pai
86649024b3
achega
31b6eed1e0
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Ver ficheiro
@@ -10,5 +10,6 @@ type
end;
begin
+ myclass.fclassvar := 1;
end.