[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] aplwrap problem with quad-quote
From: |
David B. Lamkins |
Subject: |
Re: [Bug-apl] aplwrap problem with quad-quote |
Date: |
Sun, 07 Sep 2014 22:38:08 -0700 |
aplwrap 2.0:
x←⍞,0⍴⍞←'abcde'
abcdefghij
x
fghij
⍴x
10
On Sun, 2014-09-07 at 22:00 -0500, Blake McBride wrote:
> GNU APL & IBM APL:
>
>
> x←⍞,0⍴⍞←'abcde'
> abcdefghij
> x
> fghij
> ⍴x
> 10
>
>
>
>
>
>
> APLWRAP:
>
>
> x←⍞,0⍴⍞←'abcde'
> abcdefghij
> x
> fghij
> ⍴x
> 5
>
>
> Thanks.
>
>
> Blake
>
>
>
>