Update 'Control Flow'
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
|
||||||
|
Reference in New Issue
Block a user