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: Christian Robert
Subject: Re: [Bug-apl] Question on ")si"
Date: Sat, 16 May 2015 16:26:24 -0400
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Juergen ,

You did exactly the reverse of what I was expecting, but, as usual, you did the 
*right* thing ;-)

thanks for fixing this,

Xtian.


On 2015-05-16 08:47, Juergen Sauermann wrote:
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]