Hello world/Standard error: Difference between revisions

Content added Content deleted
Line 871: Line 871:


===version 3===
===version 3===
this works on Windows 7 and ooRexx and REGINA
This works on Windows 7 and ooRexx and REGINA
<lang rexx>/* REXX ---------------------------------------------------------------
<lang rexx>/* REXX ---------------------------------------------------------------
* 07.07.2014 Walter Pachl
* 07.07.2014 Walter Pachl
Line 886: Line 886:
Say 'and this is the error output:'
Say 'and this is the error output:'
'type err.txt'</lang>
'type err.txt'</lang>

===version 4===
ARexx with tracing console
<lang rexx>/**/
Address command tco
Call writeln stderr,'Good bye, world!'
Call writeln stdout,'Hello, world!'</lang>


=={{header|Ring}}==
=={{header|Ring}}==