var i = 0 while (i < 2) { i = i + 1 } System.print(i) // expect: 2