Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1 +1 @@
|
|||
say "Goodbye, World!"
|
||||
call lineout 'STDERR', "Goodbye, World!"
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
call lineout ,"Goodbye, World!"
|
||||
msgText = 'Goodbye, World!'
|
||||
call charout 'STDERR', msgText
|
||||
|
|
|
|||
|
|
@ -1 +1,14 @@
|
|||
call charout ,"Goodbye, World!"
|
||||
/* REXX ---------------------------------------------------------------
|
||||
* 07.07.2014 Walter Pachl
|
||||
* enter the appropriate command shown in a command prompt.
|
||||
* "rexx serr.rex 2>err.txt"
|
||||
* or "regina serr.rex 2>err.txt"
|
||||
* 2>file will redirect the stderr stream to the specified file.
|
||||
* I don't know any other way to catch this stream
|
||||
*--------------------------------------------------------------------*/
|
||||
Parse Version v
|
||||
Say v
|
||||
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