Hi Readers,Â
Microsoft has just made AL loops easier to write! 🎉 With Business Central 2025 Release Wave 1, AL now supports the continue keyword, making it simpler to control loop iterations and improve code readability.
Previously, AL only supported the break keyword, which completely stopped the loop. Now, continue lets you skip the current iteration and move directly to the next one—just like in C#, Java, and Python!
Original Post https://www.sauravdhyani.com/2025/04/business-central-2025-use-new-continue.html