I remember wishing that the delimiters followed existing J word
formation rules, for backwards compatibility reasons. However, I also
remember being told that the new {{ and }} constructs were better for
backwards compatibility reasons.In any event, replacing the }} in your script with } } would fix this issue. Take care, -- Raul On Tue, Aug 31, 2021 at 11:33 AM Devon McCormick <[email protected]> wrote: > > I just tried appending together about 2 meg of scripts to do this stress > test. Unfortunately, there is at least one valid instance of "}}" in the > code which prematurely terminates the block: > pdn=. ((<ps-.~>0{pdn),&.>1{pdn) 0}}.pdn > > > On Tue, Aug 31, 2021 at 11:28 AM Henry Rich <[email protected]> wrote: > > > I have wanted this often. If we could reach consensus on what the best > > end-marker would be, I'll look into putting it in. > > > > Henry Rich > > > > On 8/31/2021 8:27 AM, 'Rudolf Sykora' via Programming 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 > > > > > > -- > > This email has been checked for viruses by AVG. > > https://www.avg.com > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > -- > > Devon McCormick, CFA > > Quantitative Consultant > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
