Boo (programming language): Difference between revisions

Content deleted Content added
Paisen20 (talk | contribs)
 
(One intermediate revision by one other user not shown)
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:
Line 73:
[[Category:Brazilian inventions]]
[[Category:Class-based programming languages]]
[[Category:Free compilers and interpretersopen source compilers]]
[[Category:Object-oriented programming languages]]
[[Category:Procedural programming languages]]