Subroutine: Return

A subroutine runs until it reaches a Subroutine Return function, the function then causes the program to jump back to the previous subroutine. The program returns to the same point from it exited.

 

Using Subroutine Return