RosettaCodeData/Task/Loops-While/TI-83-BASIC/loops-while.basic
2023-07-01 13:44:08 -04:00

5 lines
38 B
Text

1024→I
While I>0
Disp I
I/2→I
End