8 lines
151 B
Text
8 lines
151 B
Text
|
|
IF condition
|
||
|
|
-> if condition is true...
|
||
|
|
ELSEIF condition2
|
||
|
|
-> else if condition2 is true...
|
||
|
|
ELSE
|
||
|
|
-> if all other conditions are not true...
|
||
|
|
ENDIF
|