Handbook
Glossary
world-text-handle ( world -- handle )
Vocabulary
ui
.
text
.
private
Inputs
world
an
object
Outputs
handle
an
object
Definition
USING:
accessors
cache
kernel
;
IN:
ui.text.private
:
world-text-handle
( world -- handle )
dup
text-handle>>
[
<cache-assoc>
>>text-handle
]
unless
text-handle>>
;