Boo (programming language): Difference between revisions

Content deleted Content added
m Undid revision 1015611886 by Nngnna (talk) Previous wording was clearer.
Line 31:
=== Hello world program ===
<syntaxhighlight lang="boo">
print "Hello World!"
</syntaxhighlight>