From 7d741c7bae2066e66b1e4af254311dd94048fc2d Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sat, 3 Sep 2022 04:52:56 +0000 Subject: [PATCH] Update 'Control Flow' --- Control-Flow.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Control-Flow.md b/Control-Flow.md index 9385e7d..e26593f 100644 --- a/Control-Flow.md +++ b/Control-Flow.md @@ -8,13 +8,18 @@ ARF also has some control flow phrases that expect an indented block of phrases under them: ``` +defer + something + if condition something if condition something -else +elseif condition otherThing +else + otherOtherThing while condition something