Quote Originally Posted by RubenR
The golden rule is:*
Calling a subroutine using GOSUB and jumping out of that subroutine using GOTO before the end (RETURN) of the subroutine is reached will cause a stack overflow.

* Thanks to Ralph!

RETURN
And thanks to Bruce!