VocabularytimersInputs and outputsWord descriptionCreates 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.
ExamplesUSING: timers io calendar ;
[ "Hi Buddy." print flush ] 10 seconds every drop
Definition