progs/loops.while
changeset 182 9ce2414e470e
parent 148 36eb7bfb0e63
child 207 f824e1331fc6
equal deleted inserted replaced
181:1f98d215df71 182:9ce2414e470e
     1 start := 1000;
     1 start := 1000;   // start value
     2 x := start;
     2 x := start;
     3 y := start;
     3 y := start;
     4 z := start;
     4 z := start;
     5 while 0 < x do {
     5 while 0 < x do {
     6  while 0 < y do {
     6  while 0 < y do {