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):
20615fb18a
Rami (Branch)
Tag
master
snuvi-script-re...
/
test
/
vars
/
vars9
vars9
61 B
Cronologia
Originale
1
2
3
4
5
6
a = 5;
a = a + 1;
a = a - 2;
a = a * 3;
a = a / 6;
print(a);