This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what is wrong here

ive got this code and some works but this is the problem

tryagin:
if ( *var1 == 22 && *var2 == 75 ) goto end;

goto tryagin;

what is wrong?