8 lines
102 B
Text
8 lines
102 B
Text
|
|
if <condition> then
|
||
|
|
<statements>
|
||
|
|
elif <condition> then
|
||
|
|
<statements>
|
||
|
|
else
|
||
|
|
<statements>
|
||
|
|
fi;
|