how to leave a loop in swift code example Example: how to loop swift for n in 1...5 { print(n) } // Output: 1 2 3 4 5