From: <hp...@we...> - 2022-06-07 08:45:37
|
Hi! Am 06.06.2022 um 22:03 schrieb René Jansen: > Nrws is to run pipes with no name and no options, quickly, for the moment. No problem. Since the target system for this project is ooRexx it might be a good idea (for me and in this case) _not_ to use NRWS. My simplest "prototyping-toy" > /* interactive REXX */ > trace '?R' > address '' offers already an ooRexx environment. Enter single-line Rexx clauses, loops must also be entirely on one line using semicolons. To quit hit Enter (or Return?) with nothing entered. "Try REXX" reduced to the max :) Best, M. |