RosettaCodeData/Task/Loops-While/TI-83-BASIC/loops-while.ti-83
2015-02-20 00:35:01 -05:00

5 lines
38 B
Text

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