⏰ every (when) do (statement)
In the toolbox
Run code when an interval of time has elapsed, i.e. every 5 seconds.
Parameters
Parameter name | Parameter type | Required? | Description |
---|---|---|---|
when | time | ✓ | The interval to run the statements at. |
statement | statements… | ✓ | The statements to run at the specified interval. |
Output
void - This is a statement with no outputs