September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1 @@
|
|||
.error~lineout("Goodbye, World!")
|
||||
|
|
@ -0,0 +1 @@
|
|||
.stderr~lineout("Goodbye, World!")
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
/* 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'
|
||||
Call lineout 'stderr','Good bye, world!'
|
||||
Call lineout ,'Hello, world!'
|
||||
Say 'and this is the error output:'
|
||||
'type err.txt'
|
||||
Loading…
Add table
Add a link
Reference in a new issue