PushStackCell Function

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 PushStackCell(Handle stack, any value)

Parameters

Handle stack

Stack Handle.

any value

Value to push.

Errors

Invalid Handle or out of memory.