RosettaCodeData/Task/Loops-While/Panda/loops-while.panda
2023-07-01 13:44:08 -04:00

2 lines
77 B
Text

fun half(a) type integer->integer a.divide(2)
1024.trans(func:half).gt(0) nl