Hello,
Can anyone explain why this fails? I've read the section of the
Language Reference
dealing with the Address instruction several times, but everything looks okay
to me.
| ~/bin/rexx $ cat testAddressWith
| #!/usr/bin/env rexx
| trace results
| discard = .Stream ~ new('/dev/null')
| address 'bash' with output append stream discard error append stream discard
| exit rc
| @23:08:19,leslie@pinto rc=0
|
| ~/bin/rexx $ testAddressWith
| 4 *-* address 'bash' with output append stream discard error append
stream discard
| Error 35 running /home/leslie/bin/rexx/testAddressWith line 4: Invalid
expression.
| Error 35.1: Incorrect expression detected at "DISCARD".
| @23:08:29,leslie@pinto rc=221
Leslie
--
Platform: GNU/Linux
Hardware: x86_64
Distribution: openSUSE Leap 15.4
Open Object Rexx: 5.0.0 r12286
Build date: Aug 12 2021
_______________________________________________
Oorexx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-users