Return()
Return()
Gosub()
or
GosubIf()
to the priority immediately
following the Gosub()
or
GosubIf()
that called the subroutine.exten => 123,1,Playback(tt-monkeys) exten => 123,n,Gosub(my-subroutine,s,1) exten => 123,n,Playback(tt-monkeys) exten => 123,n,Hangup() [my-subroutine] exten => s,1,Playback(tt-weasels) exten => s,n,Return()
-= Info about application 'Return' =- [Synopsis] Return from gosub routine [Description] Return() Jumps to the last label on the stack, removing it.
- none -