This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kjhammerle
/
snuvi-script-recoded
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
87586263d7
Rami (Branch)
Tag
master
snuvi-script-re...
/
test
/
vars
/
vars8
vars8
49 B
Cronologia
Originale
1
2
3
4
5
6
a = 5;
a += 1;
a -= 2;
a *= 3;
a /= 6;
print(a);