Tile - Loop Repeat N Times – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Ylands editor navbox}}" to "{{Navbox/Ylands}}") |
m (YlandsClassyBot moved page Ylands Tile - Repeat to Ylands:Tile - Loop Repeat N Times: New Structure) |
(No difference)
|
Revision as of 07:09, 8 July 2021
- 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.