Hello world/Standard error: Difference between revisions

Added OmniMark solution
(PascalABC.NET)
(Added OmniMark solution)
 
Line 814:
<syntaxhighlight lang="scheme">
(print-to stderr "Goodbye, World!")
</syntaxhighlight>
 
=={{header|OmniMark}}==
In OmniMark, [https://developers.stilo.com/docs/html/keyword/10.html #error] is one of the built-in output streams, and the standard error stream.
<syntaxhighlight lang="omnimark">
process
put #error "Goodbye, World!"
</syntaxhighlight>
 
16

edits