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