bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] quad IO bug


From: Blake McBride
Subject: Re: [Bug-apl] quad IO bug
Date: Thu, 2 Aug 2018 08:01:22 -0500

This is what I get:

      ⎕IO
1
      ∇tt
[1] ⎕IO
[2] ∇
      tt
1
      ⍎¨'tt' 'tt'
0
0
      )off

address@hidden ~ $ apl --version
BUILDTAG:
---------
    Project:        GNU APL
    Version / SVN:  1.7 / 1058M
    Build Date:     2018-07-25 00:10:21 UTC
    Build OS:       Linux 4.4.0-130-generic x86_64
    config.status:  default ./configure options
    Archive SVN:    1053





On Thu, Aug 2, 2018 at 7:23 AM Juergen Sauermann <address@hidden> wrote:
Hi Hans-Peter,

interesting. I am getting this:


      ∇qio_test[⎕]∇
    ∇
[0]   qio_test
[1]   ⎕IO
    ∇
      ⍎¨'qio_test' 'qio_test'
1
1


Which SVN version are you using?

/// Jürgen



On 08/02/2018 01:19 PM, Hans-Peter Sorge wrote:
Hello Jürgen,

this is off by one:

      ∇qio_test
[1] ⎕IO∇

      qio_test
1
      ⍎¨ 'qio_test' 'qio_test'
0
0

Naturally it affects indexing too.


Greetings

Hans-Peter





reply via email to

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