Name
Sequencer::WS_pop —
Pop one item from the stack (remove an item and return the stack top item)
Synopsis
Import Sequencer;
list
Sequencer::WS_pop
( |
list
| stack
) ; |
Parameters
-
list
stack
stack of previously run dialogsk
Return Value
-
list
[ new stack, poped value ] or nil if the stack is empty or nil