Pop
Pops a cell value from a stack.
native any Pop(int block = 0, bool asChar = false)
Parameters
int block
Optionally specify which block to read from
(useful if the blocksize > 0).
bool asChar
Optionally read as a byte instead of a cell.
Return Value
any Value popped from the stack.Error
The stack is empty.