add-history ( history -- )
History models

Prev:<history> ( value -- history )
Next:go-back ( history -- )


Vocabulary
models.history

Inputs
historya history


Outputs
None

Word description
Adds the current value to the history.

See also
<history>, go-back, go-forward

Definition