If nothing helps, you could also see if throwing and catching an exception 
works. In the posted example you could throw an exception at "from here" and 
catch it at "here we go". But abusing exceptions like this is very bad style 
and should only be used as a last resort.

Reply via email to