5 lines
78 B
Text
5 lines
78 B
Text
10 LET I=1024
|
|
20 IF I=0 THEN GOTO 60
|
|
30 PRINT I
|
|
40 LET I=INT (I/2)
|
|
50 GOTO 20
|