Word description Creates a timer that calls the quotation repeatedly, using duration as the frequency. The first call of quot will happen immediately. If the quotation throws an exception, the timer will stop.
Examples
USING: timers io calendar ;
[ "Hi Buddy." print flush ] 10 seconds every drop