Syntax:
every {count} tick[s]/second[s]/minute[s] {block}
Keyword handler:
linguist.basic.keyword.BKEvery.class
Runtime handler(s):
linguist.basic.handler.BHEvery.class
Function:
Sets up a repeating timer. When it fires the instruction(s) at {block} are executed and the timer re-arms itself. See also after.
Example(s):
every 20 seconds prompt "Waiting..."