5 lines
61 B
Text
5 lines
61 B
Text
i = 1024;
|
|
while (i > 0)
|
|
player:tell(i);
|
|
i /= 2;
|
|
endwhile
|