let var x := 1 var y := 10 var z := 100 in for i := x to y do z = z + x + y + i; z - 2 end