6 lines
70 B
Text
6 lines
70 B
Text
Local i
|
|
1024 → i
|
|
While i > 0
|
|
Disp i
|
|
intDiv(i, 2) → i
|
|
EndWhile
|