Hello world/Standard error: Difference between revisions

Content added Content deleted
(→‎version 3: used a different style to show another idiomatic way to show a message.)
m (→‎{{header|ooRexx}}: a note on redirection added)
Line 462:
<lang ooRexx>/* REXX ---------------------------------------------------------------
* 07.07.2014 Walter Pachl
* 12.07.2014 WP see Discussion where redirection from within the program is shown
*--------------------------------------------------------------------*/
Say 'rexx serr 2>err.txt directs the stderr output to the file err.txt'