Handbook
Glossary
(add-history) ( history to -- )
Vocabulary
ui
.
tools
.
browser
.
history
Inputs
history
an
object
to
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
ui.tools.browser.history
:
(add-history)
( history to -- )
swap
owner>>
history-value
[
swap
push
]
[
drop
]
if*
;