From: J L. T. <jlt...@ma...> - 2025-02-23 06:04:34
|
Um... you're mixing parentheses and braces in your prefix literal ... stage. Leslie On 2025-02-22 15:00:34 Jeff Hennick wrote: > Compiling a pipe that uses the {var} structure to include a NetRexx > variable works, but the "echo" is not correct. See the case below, where it > should be arg(string {'avar'}) it is missing two punctuation marks: > arg(string 'avar'} > > PS C:\Users\Jeff\Documents\nr5\examples\pipes> pipc testpipe.nrx > pipe (testpipe_apipe stall 1000) stem F | sort | prefix literal arg(string > 'avar'} | console | stem T PS C:\Users\Jeff\Documents\nr5\examples\pipes> -- Platform: Linux Distribution: openSUSE Leap 15.6 - x86_64 NetRexx 4.06-GA build 152-20240304-0612 openjdk version "21.0.3" 2024-04-16 OpenJDK Runtime Environment (build 21.0.3+9-suse-lp155.51.3-x8664) OpenJDK 64-Bit Server VM (build 21.0.3+9-suse-lp155.51.3-x8664, mixed mode, sharing) |