2016-01-22 15:05:12 +01:00

18 lines
162 B
Bash

$ go run for.go
1
2
3
7
8
9
loop
1
3
5
7
9
# We'll see some other `for` forms later when we look at
# `range` statements, channels, and other data
# structures.