Mark McGranaghan 1b53607cd5 Edits to for re: continue
Ref #122.
2016-12-27 13:31:00 -08:00

16 lines
158 B
Bash

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