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