push-model ( value model -- )


Vocabulary
models

Inputs
valuean object
modela model


Outputs
None

Word description
pushes 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