You know, this "it's nothign but a goto" -- excuse ends up being little more than the old "spaghetti code" complaint from people who don't know what spaghetti code is.
Premature exit is no different than short-circuit evaluation, and I shudder to think the train wreck of illegible, slow, hard to digest code you would end up with if you're not using it that way.
If a "return" inside and "if" is too hard for you, I cannot imagine what utter trash the code your company vomits up.