From: Marc R. <re...@gm...> - 2022-01-31 15:36:14
|
I confirm Jason. Thanks Marc On 1/31/22 16:00, Jason Martin wrote: > >> 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. > > > > > > > _______________________________________________ > Netrexx-develop mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netrexx-develop |