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