Handbook
Glossary
pop-model ( model -- value )
Vocabulary
models
Inputs
model
a
model
Outputs
value
an
object
Word description
pop
s the topmost
value
off of 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)
,
push-model
Definition
USING:
sequences
;
IN:
models
:
pop-model
( model -- value )
[
pop
]
change-model*
;