And then we'll go back to our outer loop. So this is how nested loops get executed.
然后我们将回到我们的外循环。这就是嵌套循环的执行方式。
CS50
Now I'm using a nested loop to print out bricks like this.
现在我用一个嵌套循环打印出这样的砖块。
英语百科
Control flow
In computer science, control flow (or alternatively, flow of control) is the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated. The emphasis on explicit control flow distinguishes an imperative programming language from a declarative programming language.