forked from AbleScript/ablescript
Lack of else
statements is intentional
This commit is contained in:
parent
da53ba4040
commit
f06fba1741
|
@ -18,8 +18,6 @@ if (foo != "world") {
|
||||||
foo print;
|
foo print;
|
||||||
}
|
}
|
||||||
|
|
||||||
owo AbleScript doesn't have an `else` statement (yet), so we get to
|
|
||||||
owo check the reverse condition.
|
|
||||||
if (foo == "world") {
|
if (foo == "world") {
|
||||||
"OK" print;
|
"OK" print;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue