main: func { value := 1024 while (value > 0) { value toString() println() value /= 2 } }