Nope... a return will never work with Branch(L) anyway, as Branch(l) use goto.

Branch index,[Label1, Label2,Label3] is something like ...
Code:
Select CASE index
    Case 1 : goto Label1
    Case 2 : goto Label2
    Case 3 : goto Label3
    End Select