3 lines
55 B
Text
3 lines
55 B
Text
|
|
make "n 1024
|
||
|
|
while [:n > 0] [print :n make "n :n / 2]
|