Tile - Loop Repeat N Times – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} | ||
[[Category: Ylands 0.10]] | |||
[[Category: Instructions]] |
Revision as of 15:16, 2 January 2019
- Repeat loop will execute selected instruction sequence as many times as defined in the loop input.
- Alternatively, it is possible to use break instruction to jump out of the loop.
Notes
- There is internal limit to all loops to break out after one milion iterations.
- See also: Break / Continue.