bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] aplwrap: another problem with quad-quote


From: Blake McBride
Subject: Re: [Bug-apl] aplwrap: another problem with quad-quote
Date: Thu, 2 Oct 2014 06:58:53 -0500

Thanks.  Looks good now.

Blake

On Mon, Sep 22, 2014 at 9:20 PM, address@hidden <address@hidden> wrote:

Fixed. I forwarded the patch to Chris.

 

 

------ Original message------

From: David Lamkins

Date: Mon, 2014/09/22 09:41

To: address@hidden;

Cc: Blake McBride;Chris Moller;

Subject:Re: [Bug-apl] aplwrap: another problem with quad-quote

 

I see it. Thanks. I'll look into this tonight.



GNU APL (without aplwrap):

      x←⍞,0⍴⍞←0⍴' '
abc
      x
abc
      ⍴x
3


APL WRAP:

      x←⍞,0⍴⍞←0⍴' '
abc
[APLWRAP does something really strange here like repeating a prior line???]
      ⍴x
0

Something really wrong.

Thanks.

Blake



--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]