13 lines
153 B
Bash
13 lines
153 B
Bash
$ go run for.go
|
|
1
|
|
2
|
|
3
|
|
7
|
|
8
|
|
9
|
|
loop
|
|
|
|
# We'll see some other `for` forms latter when we look at
|
|
# `range` statements, channels, and other data
|
|
# structures.
|