Lack of else statements is intentional

This commit is contained in:
Alex Bethel 2021-06-13 11:21:16 -05:00
parent da53ba4040
commit f06fba1741

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;
}