Hello world/Standard error: Difference between revisions

Content added Content deleted
(Added CoffeeScript)
No edit summary
Line 262: Line 262:
Wr.PutText(Stdio.stderr, "Goodbye, World!\n");
Wr.PutText(Stdio.stderr, "Goodbye, World!\n");
END Stderr.</lang>
END Stderr.</lang>

=={{header|NetRexx}}==
<lang NetRexx>/* NetRexx */

options replace format comments java crossref savelog symbols binary

System.err.println("Goodbye, World!")
</lang>


=={{header|Objective-C}}==
=={{header|Objective-C}}==