var i = 1024 while (i > 0) { System.print(i) i = (i / 2).floor }