Hello world/Text: Difference between revisions

add SmallBASIC
imported>J7M
(add SmallBASIC)
Line 4,075:
=={{header|Slope}}==
<syntaxhighlight lang="slope">(write "Hello, world!")</syntaxhighlight>
 
=={{header|SmallBASIC}}==
<syntaxhighlight lang="smallbasic">PRINT "Hello world!"</syntaxhighlight>
 
=={{header|Smalltalk}}==
Anonymous user