Hello world/Standard error: Difference between revisions

no edit summary
No edit summary
Line 117:
Start Factor in a terminal for this.
<lang factor>error-stream get [ "Goodbye, World! bbl, crashing" print flush ] with-output-stream*</lang>
 
=={{header|Factor}}==
 
<lang fantom>
class Main
{
public static Void main ()
{
Env.cur.err.printLine ("Goodbye, World!")
}
}
</lang>
 
=={{header|Forth}}==
342

edits