Handbook
Glossary
line>image ( line -- image )
Vocabulary
core-text
Inputs
line
an
object
Outputs
image
an
object
Definition
USING:
accessors
kernel
;
IN:
core-text
:
line>image
( line -- image )
dup
image>>
[
render
>>image
]
unless
image>>
;