stop-timer ( timer -- )
Timers

Prev:restart-timer ( timer -- )
Next:every ( quot interval-duration -- timer )


Vocabulary
timers

Inputs
timera timer


Outputs
None

Word description
Prevents a timer from calling its quotation again. Has no effect on timers that are not currently running.

Definition