Syntax:
pop return pop {variable}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKPop.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHPop.class
Function:
The first form pops the current return address from the subroutine stack, ensuring that when return is given you will go back to the level prior to that. This is sometimes useful if you need to abandon a subroutine.
The second form pops the top value off the value stack into a variable. See also push.
Example(s):
pop return pop N