Handbook
Glossary
line-string ( line -- string )
Vocabulary
core-text
Inputs
line
an
object
Outputs
string
an
object
Definition
USING:
accessors
fonts
kernel
;
IN:
core-text
:
line-string
( line -- string )
string>>
dup
selection?
[
string>>
]
when
;