ArrayStack.Push Method

Pushes a value onto the end of the stack, adding a new index.

This may safely be used even if the stack has a blocksize greater than 1.

void Push(any value)

Parameters

any value

Value to push.