Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Rosario19 Newsgroups: comp.lang.apl Subject: APL NARS2000 possible bug Date: Wed, 26 Feb 2025 18:25:16 +0100 Organization: A noiseless patient Spider Lines: 38 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Injection-Date: Wed, 26 Feb 2025 18:25:15 +0100 (CET) Injection-Info: dont-email.me; posting-host="b7c67fa0c7d57b4879b03393258568f9"; logging-data="2802703"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Mr/n8hP3JKCmzNCmj9W/UMbxNH17ebZE=" Cancel-Lock: sha1:5XsSSqWUJRRcE4Hvz8BgpHukxOw= X-Newsreader: Forte Free Agent 1.93/32.576 English (American) Xref: csiph.com comp.lang.apl:3749 [] is the output char, <> is the separator char A possibile bug but only when there is []IO=3D1=20 program print, and only when there is ")box on" APL NARS2000 (Win64) Version # 0.5.14.11 )box on Was OFF {[]<-a<- 1 2 <> []<-'[]IO=3D',[]IO <> a[2] } +2---+ =A6 1 2=A6 +~---+ +5------+ =A6 ?IO=3D 0=A6 ++------+ INDEX ERROR {[]<-a<- 1 2 <> []<-'[]IO=3D',[]IO <> a[2] } ^ here repeat the linke cancel the first 2 chars of above "[]<-" {a<- 1 2 <> []<-'[]IO=3D',[]IO <> a[2]} +5------+ =A6 ?IO=3D 1=A6 ++------+ INDEX ERROR {a?1 2???'?IO=3D',?IO?a[2]} ? this below when box is off... all ok )box off Was ON {a<- 1 2 <> []<-'[]IO=3D',[]IO <> a[2]} 1 2=20 []IO=3D 1 2