This commit is contained in:
无闻
2014-12-29 19:41:17 +08:00
parent 580391eac9
commit 470aea6f8b

View File

@@ -51,7 +51,7 @@ This is the 4 iteration
您可以将两个 for 循环嵌套起来
```
for i:=0; i<5; ji++ {
for i:=0; i<5; i++ {
for j:=0; j<10; j++ {
println(j)
}