diff -r 21f0f24424ab -r 618c7640cf66 progs/loops.while --- a/progs/loops.while Sun Oct 12 22:36:18 2014 +0100 +++ b/progs/loops.while Mon Oct 13 00:09:28 2014 +0100 @@ -1,4 +1,4 @@ -start := 1000; // start value +start := 1000; x := start; y := start; z := start;