I updated to the latest SVN, and it now works fine. I was only a revision or two behind. One of two things are true.
1. I picked up a revision that was quickly corrected. 2. There is some combination of events that causes ⍴'' to be 0 0 after said events even after a )CLEAR. I can't reproduce it right now for some reason, but I'll keep trying. (Wish I kept what I had!!) Thanks. Blake On Mon, May 19, 2014 at 9:50 PM, Elias Mårtenson <[email protected]> wrote: > I was also trying to reproduce Blake's problem and it all looks good here. > > Regards, > Elias > > > On 20 May 2014 10:47, David B. Lamkins <[email protected]> wrote: > >> Hmm, not here: >> >> CLEAR WS >> x←'' >> ⍴x >> 0 >> >> As expected. >> >> This is: >> >> Welcome to GNU APL version 1.3 / 6705 >> >> Are you building from sources? Perhaps a $ make clean all is in order... >> >> >> On Mon, 2014-05-19 at 21:21 -0500, Blake McBride wrote: >> > >> > >> > )CLEAR >> > CLEAR WS >> > x←'' >> > ⍴x >> > 0 0 >> > >> > >> >> >> >> >
