Tile - Loops - Continue – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | |||
[[Category: Instructions]] | |||
[[Category: Ylands 0.12]] | [[Category: Ylands 0.12]] | ||
Revision as of 13:01, 3 January 2019
- The break instruction will immoderately end the loop and continues executing the code after the loop (if any).
- The continue instruction will end current iteration and continues with the next iteration in the loop.