Originally Posted by
cpjust
No, it just jumps to a different part of the code.
The problem with using goto is that it's Addictive, Lazy, Unneccessary, and makes your code hard to read if it becomes littered with goto statements.
I think I've only had a valid reason to use goto once or twice in my career. Unfortunately I was using Java which didn't let me use it, so I had to use a messier option.
So until you've had several years experience in programming, just pretend goto doesn't exist. I probably should have been more explicit with my sarcasm. ;)