For example, we can repeat a task 8 times using the following for statement: for i in 1..8 do puts i end. The above loop will result in the following output ...
確定! 回上一頁