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
* also assign something to the classvar
git-svn-id: trunk@4791 -
Jonas Maebe
19 vuotta sitten
vanhempi
86649024b3
commit
31b6eed1e0
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
tests/webtbs/tw6435.pp
+ 1
- 0
tests/webtbs/tw6435.pp
Näytä tiedosto
@@ -10,5 +10,6 @@ type
end;
begin
+ myclass.fclassvar := 1;
end.