Does this work?
Code:
Routine:
If bla bla then goto exitroutine
Bla
Bla
Bla
Endif

Exitroutine:
Return
If you use this in multiple routines, then just suffix with a number so the labels are unique.
Robert