Update 'Control Flow'

Sasha Koshka 2022-09-03 04:52:56 +00:00
parent c0896de847
commit 7d741c7bae

@ -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