From f06fba1741dc87214ec7085b624a6108a1827378 Mon Sep 17 00:00:00 2001 From: Alex Bethel Date: Sun, 13 Jun 2021 11:21:16 -0500 Subject: [PATCH] Lack of `else` statements is intentional --- able-script-test/pass-by-reference.able | 2 -- 1 file changed, 2 deletions(-) diff --git a/able-script-test/pass-by-reference.able b/able-script-test/pass-by-reference.able index 5eb0b72..4dc603a 100644 --- a/able-script-test/pass-by-reference.able +++ b/able-script-test/pass-by-reference.able @@ -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; }