Hi Roland,
You can jump from an inner block to an outer block but not vice versa. This is because inner block labels are not visible to outer blocks, and when a block finishes, its inner labels are forgotten.
There is no problem jumping out of loops , using exit or goto or jmp / jmp fwd