Tile - Loops - Continue – Ylands
Categories: Ylands 0.12Instructions
- 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.