2012-10-17 13:25:27 -07:00

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.