func testFunc() { for i in 0...100 { let y = i * 10 print(y) } } testFunc()