Control Flow, The Julia Language, 2024 - The official Julia documentation provides a direct and complete explanation of control flow statements, including break and continue.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens, Allen B. Downey, 2019 (O'Reilly Media) - An introductory book that covers foundational programming concepts in Julia, with sections dedicated to loops and modifying their execution flow.