RexxLA / NetRexx

Other
6 stars 0 forks source link

address with issue in pipelines #31

Open rvjansen opened 2 years ago

rvjansen commented 2 years ago

Question: Is it possible to transfer arguments to compiled NetRexx pipelines? Example: i and fx are integers > 0

address '' ripe '"(MkR_s1 sep !) cons', / connect to input / '!drop' i, / from not possible / '!take' fx, / take n bytes / '!spec w1 x2c 1', / convert to characters / '!join ', / make it one line / '!term', / keep result */ with input stem prgm. output stem pt2.

Compiling corresponding .njp shows no error, alas execution fails.

remesm commented 5 months ago

can be closed, fixed with Commit e305af and Commit 697bbc