6 lines
65 B
Text
6 lines
65 B
Text
|
|
i = 1024
|
||
|
|
while i > 0
|
||
|
|
see i + nl
|
||
|
|
i = floor(i / 2)
|
||
|
|
end
|