This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
nicolas
/
qlow
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
a5435e2d0d
Atzari
Tagi
mangling
master
string
types
qlow
/
tests
/
syntax
/
class.qlw
class.qlw
110 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class
A
field:
Integer
field2:
B
end
class
B
field:
A
end
main
do
a:
A
a
:=
new
A
end