Hello world/Standard error: Difference between revisions

Content added Content deleted
(PascalABC.NET)
Line 851: Line 851:
writeln(StdErr, 'Goodbye, World!');
writeln(StdErr, 'Goodbye, World!');
end.</syntaxhighlight>
end.</syntaxhighlight>

=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
##
Console.Error.WriteLine('Goodbye, World!');
</syntaxhighlight>



=={{header|Perl}}==
=={{header|Perl}}==