This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kjhammerle
/
snuvi-script-recoded
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
3afe99343f
Větve
Značky
master
snuvi-script-re...
/
test
/
conditions
/
conditions3
conditions3
97 B
Historie
Surový
1
2
3
print(true || (true && false));
print((true || true) && false);
print((true || false) && false);