Content deleted Content added
Undid revision 606117022 by 202.168.70.106 (talk) |
|||
Line 35:
</source>
===
<source lang="boo">
def (
a[4] = sumL, tingL, wongL #The 'L's make the numbers double word length (typically 64 bits)
while (
yield -> b
a, b = b, a + b
# Print the first 5 numbers in the series:
for index as int, element in zip(range(5), fib(true
print("&{index++}: &{element--}")
</source>
|