“外层循环”在英语中通常可以表达为 "outer loop"。在编程和算法描述中,这个术语常用来指代嵌套循环结构中处于更外层的那个循环。例如:
In this nested loop structure, the outer loop iterates over the rows, while the inner loop iterates over the columns.(在这个嵌套循环结构中,外层循环遍历行,而内层循环遍历列。)