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

3 lines
77 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
fun half(a) type integer->integer a.divide(2)
1024.trans(func:half).gt(0) nl