If a loop exists inside the body of another loop, it's called a nested loop. Here's an example of the nested for loop. // outer loop for i in 1...5 ...
確定! 回上一頁