Re: [Bug-apl] Quad-IO localization problem

2014-05-28 Thread Blake McBride
Looks good. Thanks! On Tue, May 27, 2014 at 11:43 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > thanks, fixed in SVN 294. > > /// Jürgen > > > > On 05/27/2014 04:59 AM, Blake McBride wrote: > >)CLEAR > CLEAR WS > ⎕IO > 1 > 'abc'⍳'a' > 1 >

Re: [Bug-apl] Quad-IO localization problem

2014-05-27 Thread Juergen Sauermann
Hi Blake, thanks, fixed in SVN 294. /// Jürgen On 05/27/2014 04:59 AM, Blake McBride wrote: )CLEAR CLEAR WS ⎕IO 1 'abc'⍳'a' 1 ∇test;⎕IO [1] ⎕IO←0 [2] ∇ test ⎕IO 1 'abc'⍳'a' 0 Although ⎕IO seems to be correct, the iota lookup shows that the wrong ⎕I

[Bug-apl] Quad-IO localization problem

2014-05-26 Thread Blake McBride
)CLEAR CLEAR WS ⎕IO 1 'abc'⍳'a' 1 ∇test;⎕IO [1] ⎕IO←0 [2] ∇ test ⎕IO 1 'abc'⍳'a' 0 Although ⎕IO seems to be correct, the iota lookup shows that the wrong ⎕IO value is being used. Blake