Handbook
Glossary
stop-animation ( gadget -- )
Vocabulary
rosetta-code
.
image-noise
Inputs
gadget
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
timers
;
IN:
rosetta-code.image-noise
:
stop-animation
( gadget -- )
timers>>
[
[
stop-timer
]
each
]
[
delete-all
]
bi
;