progs/loops.while
changeset 207 f824e1331fc6
parent 182 9ce2414e470e
child 275 618c7640cf66
equal deleted inserted replaced
206:85b961f1eee9 207:f824e1331fc6
     8   z := start;
     8   z := start;
     9   y := y - 1
     9   y := y - 1
    10  };     
    10  };     
    11  y := start;
    11  y := start;
    12  x := x - 1
    12  x := x - 1
    13 };
    13 }
    14 
    14