和 Java 类似, Scala 也提供了 3 种常见循环结构:
for
while
do...while
但是语法与 Java 有较大的区别.
其实, 从本质上来说, Scala 中的for不是循环, 而是一种遍历.