Content deleted Content added
m Removing link(s) Wikipedia:Articles for deletion/Genie (programming language) (3rd nomination) closed as delete (XFDcloser) |
m →Syntax |
||
(One intermediate revision by one other user not shown) | |||
Line 36:
<syntaxhighlight lang="boo">
def fib():
a, b = 0L, 1L
# 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
[[Category:Object-oriented programming languages]]
[[Category:Procedural programming languages]]
|