Handbook
Glossary
go-forward ( history -- )
Vocabulary
ui
.
tools
.
browser
.
history
Inputs
history
an
object
Outputs
None
Definition
USING:
accessors
kernel
;
IN:
ui.tools.browser.history
:
go-forward
( history -- )
dup
[
back>>
]
[
forward>>
]
bi
go-back/forward
;