Hello world/Text: Difference between revisions

Content added Content deleted
imported>J7M
(add SmallBASIC)
Line 4,075: Line 4,075:
=={{header|Slope}}==
=={{header|Slope}}==
<syntaxhighlight lang="slope">(write "Hello, world!")</syntaxhighlight>
<syntaxhighlight lang="slope">(write "Hello, world!")</syntaxhighlight>

=={{header|SmallBASIC}}==
<syntaxhighlight lang="smallbasic">PRINT "Hello world!"</syntaxhighlight>


=={{header|Smalltalk}}==
=={{header|Smalltalk}}==