Handbook
Glossary
<history> ( value -- history )
History models
Prev:
history
Next:
add-history ( history -- )
Vocabulary
models
.
history
Inputs
value
an
object
Outputs
history
a new
history
Word description
Creates a new history model with an initial value.
See also
add-history
,
go-back
,
go-forward
Definition
USING:
models
;
IN:
models.history
:
<history>
( value -- history )
history
new-model
reset-history
;