progs/loops.while
changeset 275 618c7640cf66
parent 207 f824e1331fc6
--- 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;