Lack of else statements is intentional

This commit is contained in:
Alex Bethel 2021-06-13 11:21:16 -05:00
parent d80c138735
commit 4b0aa1602b

View file

@ -18,8 +18,6 @@ if (foo != "world") {
foo print;
}
owo AbleScript doesn't have an `else` statement (yet), so we get to
owo check the reverse condition.
if (foo == "world") {
"OK" print;
}