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