7 lines
151 B
Text
7 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
|