2 lines
59 B
Rexx
2 lines
59 B
Rexx
msgText = 'Goodbye, World!'
|
|
call charout 'STDERR', msgText
|
msgText = 'Goodbye, World!'
|
|
call charout 'STDERR', msgText
|