@@ -41,7 +41,7 @@ Go有goto语句——请明智的使用它。用goto跳转到一定是当前函
func myfunc() {
i := 0
Here: //这行的第一个词,以分号结束作为标签
Here: //这行的第一个词,以冒号结束作为标签
println(i)
i++
goto Here //跳转到Here去
The note is not visible to the blocked user.