6 lines
74 B
Text
6 lines
74 B
Text
|
|
if(i==1)
|
||
|
|
DoSomething
|
||
|
|
else
|
||
|
|
DoSomethingElse
|
||
|
|
FailedSoContinueExecution
|