Handbook
Glossary
push* ( elt seq -- seq )
Vocabulary
game
.
models
.
obj
.
private
Inputs
elt
an
object
seq
a
sequence
Outputs
seq
a
sequence
Word description
Push the value onto the sequence, keeping the sequence on the stack.
Definition
USING:
kernel
sequences
;
IN:
game.models.obj.private
:
push*
( elt seq -- seq )
[
push
]
keep
;