Skip to content

Commit

Permalink
fix item number in a list printing via foreach
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmanka committed Jul 23, 2012
1 parent f612a4a commit 20646ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/IoTutorial.html
Expand Up @@ -171,7 +171,7 @@ <h2>Introduction<a name="Introduction"></a></h2>
Io> d foreach(i, v, writeln(i, ": ", v))
0: 5
1: 123
3: 20
2: 20

Io> list("abc", "def", "ghi") foreach(println)
abc
Expand Down Expand Up @@ -236,4 +236,4 @@ <h2>Introduction<a name="Introduction"></a></h2>
<br>
<br>
<br>
<br>
<br>

0 comments on commit 20646ae

Please sign in to comment.