Handbook
Glossary
ensure-loaded ( gif-image -- gif-image )
Vocabulary
images
.
gif
Inputs
gif-image
an
object
Outputs
gif-image
an
object
Definition
USING:
accessors
kernel
;
IN:
images.gif
:
ensure-loaded
( gif-image -- gif-image )
dup
loading?>>
[
loading-gif-error
]
when
;