Hello world/Text: Difference between revisions

Content added Content deleted
imported>J7M
(add SmallBASIC)
imported>Brie
(Add Nu)
Line 3,057: Line 3,057:
Using <code>PRINT</code>:
Using <code>PRINT</code>:
<syntaxhighlight lang="ns-hubasic">10 PRINT "HELLO WORLD!"</syntaxhighlight>
<syntaxhighlight lang="ns-hubasic">10 PRINT "HELLO WORLD!"</syntaxhighlight>

=={{header|Nu}}==
<syntaxhighlight lang="nu">
print "Hello world!"
</syntaxhighlight>


=={{header|Nutt}}==
=={{header|Nutt}}==