Handbook
Glossary
string-empty? ( obj -- ? )
Vocabulary
ui
.
text
.
private
Inputs
obj
an
object
Outputs
?
an
object
Definition
USING:
accessors
fonts
kernel
sequences
;
IN:
ui.text.private
:
string-empty?
( obj -- ? )
dup
selection?
[
string>>
]
when
empty?
;