Skip to content

Commit

Permalink
and more minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Mar 4, 2018
1 parent 061c7e3 commit d87e1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions for/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# for
# Iteration

To do stuff repeatedly in Go, you'll need `for`. In go there are no `while`, `do`, `until` kewords, you can only use `for`. Which is a good thing!

Expand Down Expand Up @@ -67,7 +67,7 @@ func Repeat(character string) (repeated string) {

`+=` adds a value to another. It works other types like integers.

## next iteration
## Next iteration

todo: Think of a way to include `continue` in exercise.

Expand Down

0 comments on commit d87e1fa

Please sign in to comment.