Signature
stock PopStack(Stack:handle){ new value; return PopStackCell(handle, value);}
Description
Pops a value off a stack, ignoring it completely.
Parameters
- handle — Stack handle
Returns
True if a value was popped, false if stack is empty
Errors
- If an invalid handle is provided an error will be thrown.