Handbook
Glossary
get-element ( history -- elt )
Vocabulary
ui
.
tools
.
listener
.
history
.
private
Inputs
history
an
object
Outputs
elt
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
ui.tools.listener.history.private
:
get-element
( history -- elt )
[
index>>
]
[
elements>>
]
bi
nth
;