every %n:NUMBER% (tick|second|minute|hour|day)[s]Scheduling1.0.0
Description
Schedules the enclosed block to run repeatedly at a fixed interval. Accepts ticks, seconds, minutes, hours, or days. Can be cancelled from within using the cancel statement. Can be used at the top level.
Allowed Contexts
Root LevelInside Block
Examples
every 5 seconds:
broadcast "Every 5 seconds!"All Possible Usages (10)
Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
every <n> tickevery <n> secondevery <n> minuteevery <n> hourevery <n> dayevery <n> tick severy <n> second severy <n> minute severy <n> hour severy <n> day s