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: under them:
``` ```
defer
something
if condition if condition
something something
if condition if condition
something something
else elseif condition
otherThing otherThing
else
otherOtherThing
while condition while condition
something something