-
Notifications
You must be signed in to change notification settings - Fork 18
Control blocks
Jaume Olivé Petrus edited this page Oct 29, 2017
·
25 revisions
Control blocks are the blocks that control scripts.
Loops blocks:
- Repeat () times
- Repeat () while
- Count with () from () to () by ()
- For each item () in list ()
- () of loop
Logic:
Exceptions:
Delay blocks: