This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
nicolas
/
qlow
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
274c05c19d
Rami (Branch)
Tag
mangling
master
string
types
qlow
/
tests
/
syntax
/
class.qlw
class.qlw
110 B
Cronologia
Originale
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