Handbook
Glossary
push-model ( value model -- )
Vocabulary
models
Inputs
value
an
object
model
a
model
Outputs
None
Word description
push
es
value
onto the
growable
sequence stored as the value of
model
and calls
model-changed
on all observers registered for the model with
add-connection
.
See also
set-model
,
?set-model
,
change-model
,
change-model*
,
(change-model)
,
pop-model
Definition
USING:
sequences
;
IN:
models
:
push-model
( value model -- )
[
push
]
change-model*
;