a.  Neither an empty vector nor a vector of multiple elements has a CR in
it.  The system prints the vector, and then prints a CR.  CR gets printed
either way.

b.  I found all these errors while porting my production code which ran
consistently over IBM APL and several other APL's.  They all print a blank
line.


On Tue, May 27, 2014 at 12:57 PM, David B. Lamkins <da...@lamkins.net>wrote:

> How is that so? '' is an empty vector.
>
> On Mon, 2014-05-26 at 20:30 -0500, Blake McBride wrote:
> >       ∇test
> > [1] '1'
> > [2] ' '
> > [3] '2'
> > [4] ''
> > [5] '3'
> > [6] ∇
> >       test
> > 1
> >
> > 2
> > 3
> >
> >
> >
> >
> > There should be a blank line between 2 and 3.
> >
> >
> > Thanks.
> >
> >
> > Blake
> >
> >
>
>

Reply via email to