7 lines
73 B
Text
7 lines
73 B
Text
If x == 1
|
|
SomeFunc1()
|
|
But x == 2
|
|
SomeFunc2()
|
|
Else
|
|
SomeFunc()
|
|
Ok
|