Jump to content

Hello world/Standard error: Difference between revisions

jq
(jq)
Line 315:
<lang javascript>throw new Error("Goodbye, World!")//Should work in any browser</lang>
 
=={{header|jq}}==
<lang jq>error("Goodbye, World!")</lang>
 
Note that although this satisfies the task requirement, error/1 also raises an error condition.
=={{header|Julia}}==
<lang julia>println(STDERR, "Goodbye, World!")</lang>
2,498

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.