Boo (programming language): Difference between revisions

Content deleted Content added
Paisen20 (talk | contribs)
 
Line 36:
<syntaxhighlight lang="boo">
def fib():
a, b = 0L, 1L h
# The 'L's make the numbers double word length (typically 64 bits)
while true: