0
Using nested if statements
When im using a bunch of nested if statements how would i make it go back a "level" say for a menu so it can go back and to a diffrent option?
1 Respuesta
+ 2
maybe you can use "goto".
since you are using nested if statement, no matter which level you go back to,you will always go to the same place at the end , unless you change the value in the inner if statement.