7 lines
74 B
Text
7 lines
74 B
Text
|
|
put 1024 into x
|
||
|
|
log x
|
||
|
|
Repeat until x = 1
|
||
|
|
divide x by 2
|
||
|
|
log x
|
||
|
|
End repeat
|