From: Jason M. <agr...@gm...> - 2022-01-31 15:00:47
|
> if 1 == 1 then do > leave > end The fix for RxModel.nrx is : 532 /* get the line we passed on */ 533 if index>1 then do 534 lastline=scrub(Rexx program.clauser.clause(index-1)) 535 end This will generate a -model[0-3] file for above example even when the compile fails. Tested by applying Model 2 to the entire NetRexx tree while building. |