5 lines
77 B
Text
5 lines
77 B
Text
|
|
i =: 1024
|
||
|
|
?* i >= 1
|
||
|
|
print i
|
||
|
|
i =: i // 2 \ integer division"
|