8 lines
79 B
Text
8 lines
79 B
Text
|
|
IF x == 1
|
||
|
|
SomeFunc1()
|
||
|
|
ELSEIF x == 2
|
||
|
|
SomeFunc2()
|
||
|
|
ELSE
|
||
|
|
SomeFunc()
|
||
|
|
ENDIF
|