I am trying to make a Math Calculator application. However, I am wondering if there is an instruction to return to a specific line?
Let me clarify:
I do not mean a cycle. Scenario is possible here: let's say that the user launched the program and reached line 54. If I have an if-else statement, if there is a way I could make it so that "if (input = 0) {go back to line 23}
Is there anything that can allow me to do this, not including the loop?
source share