Thursday, 15 August 2013

Is there a code that makes it jump to another code?

Is there a code that makes it jump to another code?

if(num == 1){
// go to num1 == 1
}
if(num1 == 1){
// to here
}
This is just an Example Code not a working code. The logic of my question
is in the Code.

No comments:

Post a Comment