bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Question on ")si"


From: Juergen Sauermann
Subject: Re: [Bug-apl] Question on ")si"
Date: Sat, 16 May 2015 14:47:57 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Xtian,

they are added because IBM APL2 adds them as well.

However, I made immediate execution (what you enter after the prompt) resumable in SVN 630.

I believe the description of →⍳0 in the IBM APL2 language reference differs slightly from the actual
behavior of IBM APL2, but GNU APL now behaves like IBM APL2 for
→⍳0.

/// Jürgen


On 05/15/2015 03:27 AM, Christian Robert wrote:
      )reset
      1+i
VALUE ERROR
      1+i
        ^
      )si

      i←10
      →⍳0
SYNTAX ERROR+
      →⍳0
      ^
      )si




I'm curious about *why* thoses "at the prompt" commands add to the ")si"

they just can't be resumed in any way to my knowledge, and if so this is unneeded and unwanted.

comments ?

Xtian.





reply via email to

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