Sven Barth wrote: > The intrafunctional gotos not really. But the interfunctional ones > (modeswitch nonlocalgoto in 2.7.1+) might mess with managed types ;) The compiler should give an error if you try to "goto" out of or into a frame than needs initialisation/finalisation. Jonas