RosettaCodeData/Task/Loops-While/Panda/loops-while.panda
2016-12-05 23:44:36 +01:00

2 lines
77 B
Text

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