Tile - Loops - Continue – Ylands
Jump to navigation
Jump to search
- 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.