ArrayStack.Pop Method

Pops a cell value from a stack.

any Pop(int block, bool asChar)

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

Value popped from the stack.

Errors

The stack is empty.