push* ( elt seq -- seq )


Vocabulary
game.models.obj.private

Inputs
eltan object
seqa sequence


Outputs
seqa sequence


Word description
Push the value onto the sequence, keeping the sequence on the stack.

Definition