RosettaCodeData/Task/Loops-While/Panda/loops-while.panda

3 lines
77 B
Plaintext

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