Handbook
Glossary
add-history ( history -- )
Vocabulary
ui
.
tools
.
browser
.
history
Inputs
history
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
ui.tools.browser.history
:
add-history
( history -- )
dup
forward>>
delete-all
dup
back>>
(add-history)
;