stack.pop
Extracting an item. The method deletes the top item from a stack.
method uint stack.pop
Return value
The pointer to the next new top item.
stack.pop
The method extracts a string from a stack. The stack must be described as stack of str.
method str stack.pop (
str val
)
str val
)
Parameters
val | Result string. |
Return value
Returns the parameter val.
Related links | Source |