回る@コードを学ぼう1
//回る@コードを学ぼう1 func s() { moveForward() collectGem() turnLeft() moveForward() collectGem() turnLeft() moveForward() turnRight() } for i in 1 ... 4 { s() }
//回る@コードを学ぼう1 func s() { moveForward() collectGem() turnLeft() moveForward() collectGem() turnLeft() moveForward() turnRight() } for i in 1 ... 4 { s() }