native

PushStackCell

Syntax

native PushStackCell(Stack:handle, any:value);

Description

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

Parameters

handle Stack handle
value Value to push

Note

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

Return

This function has no return value.

Error

If an invalid handle is provided or the resizing
operation runs out of memory, an error will be thrown.