Re: encode
> ((1+⌊10⍟N)⍴10)⊤...

I was wondering why the APL Lang Ref Manual p.161 shows:
⌊1+L⍟(|R)+R=0

Why would this not be just as correct?
⌈L⍟(|R)+R=0

and so 
> ((⌈10⍟N)⍴10)⊤...

two symbols less……..<grin>





Reply via email to