Handbook
Glossary
selected-token ( editor -- string )
Vocabulary
ui
.
gadgets
.
editors
Inputs
editor
an
object
Outputs
string
an
object
Definition
USING:
kernel
ui.gadgets
;
IN:
ui.gadgets.editors
:
selected-token
( editor -- string )
dup
gadget-selection?
[
dup
select-word
]
unless
gadget-selection
;