gotos
usually imply bad code, and while a usage like that *could* be justified, that specific example is not.. instead:
var %v = Sometext|someothertext|blah|blah|blah|blah
if ($regex(%var,/^( $+ %v $+ )/i)) {
do your thing.
}
Would be a much simpler and probably less cpu intensive solution