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