📝 update scripts

This commit is contained in:
ValKmjolnir
2023-11-16 23:19:03 +08:00
parent a03739ebb2
commit 28a42346b7
72 changed files with 1285 additions and 1237 deletions
+6 -6
View File
@@ -1,21 +1,21 @@
var condition_true=1;
var condition_false=0;
if(condition_true) {
if (condition_true) {
var a=1;
} else if(!condition_false) {
} else if (!condition_false) {
var b=1;
} elsif(!condition_true and condition_false) {
} elsif (!condition_true and condition_false) {
print("impossible");
} else {
var c=1;
var d=1;
}
if(condition_true)
if (condition_true)
var a=1;
else if(!condition_false)
else if (!condition_false)
var b=1;
elsif(!condition_true and condition_false)
elsif (!condition_true and condition_false)
print("impossible");
else
var c=1;