6 lines
86 B
Text
6 lines
86 B
Text
|
|
if(i>1)
|
||
|
|
DoSomething
|
||
|
|
else if(i<=1)
|
||
|
|
DoSomethingElse
|
||
|
|
FailedSoContinueCodeExecution
|