Hello world/Standard error: Difference between revisions

Content added Content deleted
Line 1,039: Line 1,039:
you can also tell the string to print itself onto some stream:
you can also tell the string to print itself onto some stream:
<lang smalltalk>'Goodbye, World!' printOn: Stderr</lang>
<lang smalltalk>'Goodbye, World!' printOn: Stderr</lang>
Bothe have the same effect.
Both have the same effect.


=={{header|SNOBOL4}}==
=={{header|SNOBOL4}}==