This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
kjhammerle
/
snuvi-script-recoded
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
787c15dc44
Ramas
Etiquetas
master
snuvi-script-re...
/
test
/
if_elseif_else
/
if1
if1
37 B
Histórico
Raw
1
2
3
4
5
a = 4;
if(a < 3)
{
print("a");
}