Boo (programming language): Difference between revisions

Content deleted Content added
m I corrected a syntax error that I found comparing with the Portuguese Wikipedia.
Line 31:
=== Hello world program ===
<syntaxhighlight lang="boo">
print ("Hello World")
</syntaxhighlight>