Re: Selective assignment bug
Hi Brian, thanks, fixed in SVN 1403. Best Regards, Jürgen On 1/7/21 8:13 PM, Mr. Brian B. McGuinness wrote: I was trying examples of APL code from the book "APL2 At a Glance" in order t
Selective assignment bug
I was trying examples of APL code from the book "APL2 At a Glance" in order to become more familiar with APL2 features. I found an example that doesn't work. ]BOXING 8 SA←10 'ABC' (3 3⍴⍳9) 20 (5 6) SA ┌→┐ │10 ┌→──┐ ┌→┐ 20 ┌→──┐│ │ │ABC│ ↓1 2 3│