Hello world/Standard error: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(Adds slope example)
Line 1,077: Line 1,077:
=={{header|Slate}}==
=={{header|Slate}}==
<syntaxhighlight lang="slate">inform: 'Goodbye, World!' &target: DebugConsole.</syntaxhighlight>
<syntaxhighlight lang="slate">inform: 'Goodbye, World!' &target: DebugConsole.</syntaxhighlight>

=={{header|Slope}}==
<syntaxhighlight lang="slope">(write "Goodbye, world!" stderr)</syntaxhighlight>


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