Skip to content

Commit

Permalink
Merge pull request #1149 from JohanEngelen/patch-1
Browse files Browse the repository at this point in the history
Fix small bug in lazy-evalution.dd
  • Loading branch information
CyberShadow committed Nov 14, 2015
2 parents ddcb76d + 1dbfb00 commit fc57c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy-evaluation.dd
Expand Up @@ -174,7 +174,7 @@ $(P It can be used like:
void foo()
{
int x = 0;
dotimes(10, writeln(x++));
dotimes(10, write(x++));
}
---

Expand Down

0 comments on commit fc57c39

Please sign in to comment.