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