In recent J implementations (j902, j903), you can wrap the unwanted
section of the script in {{ }}.This will defer execution of those lines and then discard them (which is somewhat fortuitous, since execution of that kind of definition would probably be bad). I hope this helps, -- Raul On Tue, Aug 31, 2021 at 8:27 AM 'Rudolf Sykora' via Programming <[email protected]> wrote: > > Dear list, > > > if I load a (longer) script, I sometimes want to ignore a part of it > beyond a certain line. Is there a way to achieve that gracefully? (I > sometimes just add something syntactically wrong to stop there, on an > error). > > > Thank you. > Ruda > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
