1 start := 1000;
1 start := 1000; // start value
2 x := start;
3 y := start;
4 z := start;
5 while 0 < x do {
6 while 0 < y do {