RosettaCodeData/Task/Loops-While/11l/loops-while.11l
2023-07-01 13:44:08 -04:00

4 lines
42 B
Text

V n = 1024
L n > 0
print(n)
n I/= 2