Quote Originally Posted by HenrikOlsson View Post
You can have one entry-point (Label) and multiple exit points (Returns)

/Henrik.
Hi, Enrik

I suppose here the "right" Return is selected through some conditionnal choice ... as , once the sub is entered, the first encountered Return loads the program counter the return address memorized on top of the stack by the " Gosub " command ... so, there can't be " active " multiple returns ( thanks God ! )

did I miss something ???

Alain