2 lines
117 B
Text
2 lines
117 B
Text
# To avoid printing 0, test if the input is greater than 1
|
|
1024 | recurse( if . > 1 then ./2 | floor else empty end)
|